Wait, which key you pressed?
This one can show your pressed key on the screen. It is useful when you're sharing your screen because somebody will be curious what key did you pressed.
- This project was inspired by Screenkey.
- When I was sharing my screen with my friend, he asks me several times which key I pressed. So I try to find software that can show my pressed key on the screen.
- After trying some software, I decided to write this project to satisfy my needs.
If you are the poetry user:
# Clones this repo
$ git clone https://github.com/Pagliacii/keypressed
$ cd keypressed
# Installs the dependencies
$ poetry install --no-dev
# Runs
$ poetry run python main.py
Others:
# Clones this repo
$ git clone https://github.com/Pagliacii/keypressed
$ cd keypressed
# Installs the dependencies
$ pip install -r requirements.txt
# Runs
$ python main.py
- PySide6 - Provides access to the complete Qt 6.0+ framework
- pynput - This library allows you to control and monitor input devices.
- Build and release the binary package.
- Use GitHub Actions to build and release automatically.
- Test on other platforms.
- Support for customization.
This project is licensed under the MIT License - see the LICENSE file for details.
- Aseprite - A great pixel art tool