himanshu kumar
himanshu kumar

Reputation: 21

How to launch and work on external application GUI using python

I am launching external app using python module (os.startfile(path of app)). After launch , I want to selection option for that UI. How can I do using python.

Upvotes: 0

Views: 655

Answers (1)

Piotr Kamoda
Piotr Kamoda

Reputation: 1006

Theres a nice project called pywinauto. I'd recommend looking into that.

I think that the project is mostly about testing, but perhaps it will do for simple gui control in-code

Upvotes: 1

Related Questions