Is there a Python equivalent to Java’s AWT Robot class? [closed]

If you have GTK, then you can use the gtk.gdk.Display class to do most of the work. It controls the keyboard/mouse pointer grabs a set of gtk.gdk.Screen objects.

Leave a Comment