how to control the mouse pointer with python?

Leif K-Brooks eurleif at ecritters.biz
Thu Jan 13 17:08:18 EST 2005


oglycans at yahoo.com wrote:
> Anybody know a way to control the mouse pointer
> (move it around and click on things) using python?

It depends on your operating system. For Windows, you'll want to use a 
Python module to access the Win32 API. The relevant API function is 
documented at <URL:http://tinyurl.com/jrxm>.



More information about the Python-list mailing list