Driving win32 GUIs with Python

Fredrik Lundh fredrik at pythonware.com
Sun Dec 19 17:20:46 EST 2004


Andrew McLean wrote:

>I have a requirement to drive a Windows GUI program from a Python Script. The program was 
>originally a DOS program written in Turbo Pascal, and was recently translated to Delphi. I don't 
>think it exposes an OLE or other automation interface. I don't have access to the source.
>
> A bit of Googling turned up some blog entries, which look useful:
>
> http://www.brunningonline.net/simon/blog/archives/000652.html
>
> Before ploughing ahead I wanted to check whether any useful Python tools are available now, which 
> weren't when the articles above were written.

watsup is winGuiAuto plus lots of other stuff (focused on testing):

    http://www.tizmoi.net/watsup/intro.html

</F> 






More information about the Python-list mailing list