Hello,
How can I control the mouse and the keyboard in python?
The idea is to do the same as the Robot() class in java. Be able to say : move the mouse from here to here, clic there, write that whatever is on the screen.
For windows there is win32api but I'm using mainly linux
For linux there is Xlib but does it works for keyboard as well? (found only reference to the mouse)
Is there a cross-platform solution (Linux, Windows and even OsX would be the great)?
thank you