From: Ron on 24 Jan 2010 22:18 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 25 Jan 2010 02:29 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 25 Jan 2010 04:19 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 25 Jan 2010 04:40 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 25 Jan 2010 07:27
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 |