From: Ron on
Sikuli is the coolest Python project I have ever seen in my ten year
hobbyist career. An MIT oepn source project, Sikuli uses Python to
automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
simply drag and dropping GUI elements into Python scripts as function
arguments. Download at http://sikuli.csail.mit.edu/ I also did this
podcast about Sikuli http://media.libsyn.com/media/awaretek/Python411_20100124_Sikuli.mp3
From: tim on
On Jan 25, 11:18 am, Ron <ursusmaxi...(a)gmail.com> wrote:
> Sikuli is the coolest Python project I have ever seen in my ten year
> hobbyist career. An MIT oepn source project, Sikuli uses Python to
> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
> simply drag and dropping GUI elements into Python scripts as function
> arguments. Download athttp://sikuli.csail.mit.edu/I also did this
> podcast about Sikulihttp://media.libsyn.com/media/awaretek/Python411_20100124_Sikuli.mp3

Wow , It look likes like better than autoIt !!

Very impressed.
From: Carl Banks on
On Jan 24, 7:18 pm, Ron <ursusmaxi...(a)gmail.com> wrote:
> Sikuli is the coolest Python project I have ever seen in my ten year
> hobbyist career. An MIT oepn source project, Sikuli uses Python to
> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
> simply drag and dropping GUI elements into Python scripts as function
> arguments. Download athttp://sikuli.csail.mit.edu/I also did this
> podcast about Sikulihttp://media.libsyn.com/media/awaretek/Python411_20100124_Sikuli.mp3

Nice, thanks for the link. Very happy to see people using Python for
cool stuff like this, also to see the alternate implementations in
use.

And it couldn't come at a better time for me as I am trying to figure
out how to automate some GUI-only program I am forced to use at work.


Carl Banks
From: Olof Bjarnason on
2010/1/25 Ron <ursusmaximus(a)gmail.com>:
> Sikuli is the coolest Python project I have ever seen in my ten year
> hobbyist career. An MIT oepn source project, Sikuli uses Python to
> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
> simply drag and dropping GUI elements into Python scripts as function
> arguments. Download at http://sikuli.csail.mit.edu/ I also did this
> podcast about Sikuli http://media.libsyn.com/media/awaretek/Python411_20100124_Sikuli.mp3
> --
> http://mail.python.org/mailman/listinfo/python-list
>


It looks really nice, but the screenhost-taking did not work on my
computer (Win7). Innovative yet simple idea this mix-visual-and-code.


--
http://olofb.wordpress.com
From: Jean-Michel Pichavant on
Ron wrote:
> Sikuli is the coolest Python project I have ever seen in my ten year
> hobbyist career. An MIT oepn source project, Sikuli uses Python to
> automate GUI tasks (in any GUI or GUI baed app that runs the JVM) by
> simply drag and dropping GUI elements into Python scripts as function
> arguments. Download at http://sikuli.csail.mit.edu/ I also did this
> podcast about Sikuli http://media.libsyn.com/media/awaretek/Python411_20100124_Sikuli.mp3
>
It looks like your web site is down.

JM