diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2024-07-28 07:49:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-28 07:59:02 +0700 |
commit | 99ee226e98e8a2a9685a08e61ec2012c1990d20c (patch) | |
tree | 2fd46c08186f3ea08d6446153f89843e46bb9aa6 /python/python3-evdev/README | |
parent | 1081273ad0d32731dd042c3d6cd8fa667c519b8c (diff) |
python/python3-evdev: Added (Python3 of evdev).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-evdev/README')
-rw-r--r-- | python/python3-evdev/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-evdev/README b/python/python3-evdev/README new file mode 100644 index 0000000000..9a2720d8a0 --- /dev/null +++ b/python/python3-evdev/README @@ -0,0 +1,3 @@ +python-evdev allows Python programs running in Linux to read and write +input events. It provides bindings to both the generic input event +interface (evdev) and the userspace input subsystem (Uinput). |