Skip to content

setaur/key-mon

 
 

Repository files navigation

Forked from https://github.com/scottkirkwood/key-mon (original author: scottkirkwood )

Key-Mon

Useful for screencasting or recording utility that displays your live keyboard and mouse activity (Xorg only, no Wayland)

Key-Mon capabilities

Changes:

  • Added dependencies in setup.py
  • Changed README.rst
  • Added the binary AppImage file, as well as the script make-appimage.sh that was used to create it

Installation:

On Ubuntu/Mint/Debian systems - install required packages::

$ sudo apt-get update

$ sudo apt-get install -y python3-xlib python3-gi python3-gi-cairo gir1.2-gtk-3.0 cmake libcairo2-dev libgirepository1.0-dev
$ git clone 'https://github.com/setaur/key-mon'

$ cd key-mon/

$ pipx install .

Or download the Appimage file from the https://github.com/setaur/key-mon/releases and run it::

$ wget https://github.com/setaur/key-mon/releases/download/v1.20-fork/Key-Mon-x86_64_v1.20.AppImage

$ chmod +x Key-Mon-x86_64_v1.20.AppImage

$ ./Key-Mon-x86_64_v1.20.AppImage

original README below:

Key-mon

A screencast utility that displays your keyboard and mouse status

Key-mon is useful for teaching since it shows the current status of your keyboard and mouse and you use them in another application. No longer do you need to say 'Now I'm pressing the Ctrl-D key', your students can just see the keystroke for themselves.

Home Page

You can find key-mon hosted at:
https://github.com/scottkirkwood/key-mon
You can file bugs at:
https://github.com/scottkirkwood/key-mon/issues
Latest downloads can be found at:
https://github.com/scottkirkwood/key-mon/releases

Installation

To install using pip,:

$ pip install key-mon

Note

The latest release on PyPI is quite old (from 2013); consider installing using the latest git commit:

$ pip install git+https://github.com/scottkirkwood/key-mon

To install using easy_install:

$ easy_install key-mon

Requirements

This program requires other libraries which you may or may not have installed.

License

Apache 2.0 You can find it in the LICENSE-2.0.txt file.

-- file generated by pybdist.

About

A screencast utility that displays your keyboard and mouse status (Xorg only)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 86.5%
  • Shell 13.5%