Automation of Windows app?

Jerry Hill malaclypse2 at gmail.com
Fri Mar 20 15:27:21 EDT 2015


On Fri, Mar 20, 2015 at 2:10 PM, Grant Edwards <invalid at invalid.invalid> wrote:
> I need to automate operation of a Windows application.

I've used Sikuli (http://www.sikuli.org/) for similar things in the
past.  It's an automation framework built on Jython, and it worked
great for what I needed at the time.

I think AutoHotKey is also widely used for automating windows GUI
apps, but it's not related to python at all.

-- 
Jerry



More information about the Python-list mailing list