> > > Date: Fri, 18 Feb 2011 12:32:28 -0800 > From: reckoner <recko...@gmail.com> > To: Python-Win32 List <python-win32@python.org> > Subject: [python-win32] Automation triggered based on image in window? > Message-ID: <4d5ed75c.4030...@gmail.com> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > I'm trying to do some automation using Python and pywin. Is there a way > to trigger when a particular image is shown? > > In other words, I am trying to get the functionality that is described > here: > > http://www.vtaskstudio.com/images/screenshot_recognition.png > > and likewise here: > > http://www.autohotkey.com/docs/commands/ImageSearch.htm > > using Python tools. > > Anybody know anything like this? > > > Take a look at Sikuli. http://groups.csail.mit.edu/uid/sikuli/download.shtml
It's not pure python it requires the JVM, and is still in its early stages. But it does provide image recognition based events. It's quite an ambitious project, but I think it still is a bit cumbersome to use.
_______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32