Skip to content

Pagliacii/keypressed

Repository files navigation

KeyPressed

Wait, which key you pressed?

KeyPressed banner Made with Python Made with Python MIT License

Overview

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.

Why?

  • 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.

Install

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

Usage

Screencast

Tested Platforms

Windows

Built with

  • PySide6 - Provides access to the complete Qt 6.0+ framework
  • pynput - This library allows you to control and monitor input devices.

TODO

  • Build and release the binary package.
  • Use GitHub Actions to build and release automatically.
  • Test on other platforms.
  • Support for customization.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

About

Show pressed keys on the screen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages