Automating GUI interaction with Python

Ryan Ginstrom software at ginstrom.com
Wed Feb 20 06:37:59 EST 2008


> On Behalf Of jorma kala
> Is there a python library or bindings to a library in some 
> other language for automating GUI interaction (the kind of 
> functionality provided by Autoit for instance).
> What I need to do is very simple GUI automation : moving the 
> mouse cursor to and from specified screen coordinates, clicking, etc.
> Thanks a lot.

For Windows, try pyWinAuto
http://pywinauto.openqa.org/

Regards,
Ryan Ginstrom




More information about the Python-list mailing list