[EMAIL PROTECTED] 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>.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to