🐍
⌨️
pykeeb A small Python script that detects and prints out currently connected keyboard(s).
Supports Linux, MacOS, and Windows platforms using the following built-in tools available for each platform:
Platform | Tool |
---|---|
Linux | lsusb |
MacOS | system_profiler |
Windows | Powershell |
Usage
_ _
| | _____ ___| |__ ___
| |/ / _ \/ _ \ '_ \/ __|
| < __/ __/ |_) \__ \
|_|\_\___|\___|_.__/|___/
usage: pykeeb.py [-h] [-n]
optional arguments:
-h, --help show this help message and exit
-n, --no-dongle exclude keyboard dongles and/or receivers
Demo
TODO
- Add MacOS support
- Add Windows support