Python code to automate desktop activities in windows

Have a look at SIKULI.

Sikuli is a visual technology to automate and test graphical user
interfaces (GUI) using images (screenshots).

SIKULI uses a very clever combination of taking screenshots, and embedding them into your python (it’s jython, actually) script.


Take screenshots:

enter image description here

and use them in your code:

enter image description here

Leave a Comment