python-uinput
Python-uinput
Pythonic API to Linux uinput kernel module.
- License:
-
GPLv3+
- Version:
-
0.11.2
Python-uinput is Python interface to Linux uinput kernel module which allows attaching userspace device drivers into kernel. In practice, Python-uinput makes it dead simple to create virtual joysticks, keyboards and mice for generating arbitrary input events programmatically.
Usage examples
Generate keyboard clicks
Move mouse cursor
Generate keyboard combinations
Download and install
To get the source code, you can either clone the source code repository or fetch the source code release tarball from releases.
Then building and installing Python-uinput is just a matter of running:
python setup.py build python setup.py install
Alternatively, you can use tools such as pip
or easy_install
to
install Python-uinput from Python Package Index:
pip install python-uinput
or:
easy_install python-uinput