Simple Python program to execute commands on keypress on headless systems
Project description
This program aims to handle button/command binding for headless hosts. It captures all events from an input device (keyboard, mouse, etc.) and runs commands appropriately.
inputexec was born from the need to pass key presses from a remote control to a Music Player Daemon.
Example usage:
inputexec --config=actions.ini --source-file=/dev/input/keyboard
Installation
Distribution packages (recommended)
Use distribution-specific packages if they are available. The author knows of the following options:
None yet
From PyPI
Simply run:
pip install inputexec
From source
You’ll need the python-evdev library, available from PyPI (https://pypi-hypernode.com/pypi/evdev).
Then, run:
git clone https://github.com/rbarrois/evdev.git
Running
inputexec uses only optional arguments; the full list is available through inputexec --help.
All options may also been read from a configuration file passed as inputexec --config /path/to/example.ini. The list of valid options for the configuration files are available through inputexec --dump-config.
Links
- Source code and issues:
- PyPI:
- Documentation:
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
File details
Details for the file inputexec-0.2.3.tar.gz
.
File metadata
- Download URL: inputexec-0.2.3.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92f3b4dad22eef05eae23fce5a944665b47fc383bec2a9d22bbe0f6da98bd006 |
|
MD5 | 8a1cffbca460c42b38db1dfe4fc0f2af |
|
BLAKE2b-256 | 5f81babbaa7ead7d58c7a3e1b7aab2a359edcc5c0b3567097e3d7eda7277dbb5 |