From 99ee226e98e8a2a9685a08e61ec2012c1990d20c Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 28 Jul 2024 07:49:21 +0700 Subject: python/python3-evdev: Added (Python3 of evdev). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-evdev/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-evdev/README (limited to 'python/python3-evdev/README') 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). -- cgit v1.2.3