PyMouse is a free and open source pure Python cross-platform mouse control module.
All over the internet there are scattered pieces of information and people screaming for help.
PyMouse makes mouse movement as simple as pymouse.move(x, y) and click as simple as pymouse.click(x, y, button).
Status: Clicking button 1(and possibly 2 and 3) should work on Apple, Unix (requires XTest) and Windows.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Event support for all platforms except Jython