[python-win32] Automation triggered based on image in window?

Tony Cappellini cappy2112 at gmail.com
Sat Feb 19 18:45:20 CET 2011


>
>
> Date: Fri, 18 Feb 2011 12:32:28 -0800
> From: reckoner <reckoner at gmail.com>
> To: Python-Win32 List <python-win32 at python.org>
> Subject: [python-win32] Automation triggered based on image in window?
> Message-ID: <4D5ED75C.4030104 at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20110219/ca5f010c/attachment.html>


More information about the python-win32 mailing list