xml - Open and Control an Application with Python -


i'm using python , want open notepad++ specific .xml file. able following code:

os.system('start notepad++.exe m1.xml') 

what want after use plug in on notepad called 'pretty print xml' that's under plug-ins menu, have no idea how access code. wondering if knows way access item without installing plug ins python; don't want have install plug in python, want able use python control notepad++ application.

basically, via code, want to:

  • open document [done]
  • open menu in notepad
  • click specific button in menu
  • save document


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -