interacting with gui-based programs

Dave Brueck dave at pythonapocrypha.com
Tue Feb 18 18:28:26 EST 2003


On Tue, 18 Feb 2003, Jeff wrote:

> I'd like to use Python to automate my interactions with graphical user
> interfaces, such as those of Mozilla and Kazaa (running with Wine). Is
> this possible? Are there libraries that can help with this kind of
> thing?

Google for AutoIt. It's not Python, but it does have an Active/X
interface, which I'm using via Mark Hammond's win32com package. Not sure
how well any of that stuff works under Wine though.

Actually, if you go to Google groups you can search for AutoIt on c.l.py -
somebody mentioned it several months back and IIRC posted a snippet of
code on how to use it.

-Dave





More information about the Python-list mailing list