Hook and simulate mouse events on Windows and Linux
Project description
mouse
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 for donating the package name. If you are looking for the Cheddargetter.com client implementation, pip install 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.
- Includes high level API (e.g. record and play.
- 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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
mouse-0.7.1-py2.py3-none-any.whl
(16.2 kB
view hashes)
Close
Hashes for mouse-0.7.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d34bb9548890089fcb11988400e26f55c624e6c7b741fff75fedfdfbd37c0016 |
|
MD5 | c71a5ab0bc833a760e1fdf68b36558fd |
|
BLAKE2b-256 | e5cc4a30b48913a3bdaa3f713a160517792f829a1703257fb0869e76f945a760 |