Skip to content

An on-screen key stroke displayer app for Linux inspired by keycastr

Notifications You must be signed in to change notification settings

bm-mit/key-caster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Key-caster

  • A simple keyboard key press displayer for Linux. Based on keycastr for macOS.

Setup

  • Install dependencies
pip install -r requirements.txt

Usage

  • Move to the project directory and run the following command.
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 image

About

An on-screen key stroke displayer app for Linux inspired by keycastr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages