Hook and simulate global mouse events in pure Python
Project description
Take full control of your mouse with this small Python library. Hook global events, register hotkeys, simulate mouse movement and clicks, and much more.
Huge thanks to `Kirill Pavlov <http://kirillpavlov.com/>`__ for donating the package name. If you are looking for the Cheddargetter.com client implementation, ```pip install mouse==0.5.0`` <https://pypi.python.org/pypi/mouse/0.5.0>`__.
Features
Global event hook on all mice devices (captures events regardless of focus).
Listen and sends mouse events.
Works with Windows and Linux (requires sudo).
Pure Python, no C modules to be compiled.
Zero dependencies. Trivial to install and deploy, just copy the files.
Python 2 and 3.
Events automatically captured in separate thread, doesn’t block main program.
Tested and documented.
This program makes no attempt to hide itself, so don’t use it for keyloggers.
Usage
Install the PyPI package:
$ sudo pip install mouse
or clone the repository (no installation required, source files are sufficient):
$ git clone https://github.com/boppreh/mouse
Then check the API docs to see what features are available.
Known limitations:
Events generated under Windows don’t report device id (event.device == None). #21
To avoid depending on X the Linux parts reads raw device files (/dev/input/input*) but this requries root.
Other applications, such as some games, may register hooks that swallow all key events. In this case mouse will be unable to report events.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for mouse-0.6.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eee7211a266c64f81ab7b131af9cd53ba2d2d4cc4e496c62dc2004cff71a2195 |
|
MD5 | 7490b8a1042b535ef13c5542520be45e |
|
BLAKE2b-256 | 1fb5fccd64ecc3a815533eaccc69f17e1b6cbedb6daf8b08999403a89ebab12d |