Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bm-mit/key-caster
An on-screen key stroke displayer app for Linux inspired by keycastr
https://github.com/bm-mit/key-caster
Last synced: 13 days ago
JSON representation
An on-screen key stroke displayer app for Linux inspired by keycastr
- Host: GitHub
- URL: https://github.com/bm-mit/key-caster
- Owner: bm-mit
- Created: 2024-04-05T02:01:21.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-06T01:46:20.000Z (9 months ago)
- Last Synced: 2024-07-17T10:53:24.667Z (5 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Key-caster
- A simple keyboard key press displayer for Linux. Based on keycastr for macOS.
## Setup
- Install dependencies
```bash
pip install -r requirements.txt
```## Usage
- Move to the project directory and run the following command.
```bash
sudo python .
```## Notes
- Require root previleges to run. (For capturing key events)
- Stop the program by running `sudo kill $PID` which $PID is the process id of the running program.
- If this is the only Python program running, you can stop it by running `sudo killall python` or `sudo pkill python`.## Screenshots
![image](https://github.com/MIT4893-Projects/key-caster/assets/116936560/654498a7-a2ee-4c7e-8e2e-521db0449a4a)
![image](https://github.com/MIT4893-Projects/key-caster/assets/116936560/f7438f85-feca-4941-bc18-47f0a1f4802a)