Skip to main content

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.

  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mouse-0.7.0.zip (17.4 kB view hashes)

Uploaded Source

Built Distribution

mouse-0.7.0-py2.py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page