TanGentleman / KeyMaster

A comprehensive toolkit for python classes and easy to use scripts for logging, analyzing, and simulating keystrokes.
MIT License
1 stars 0 forks source link

KeyMaster - Keyboard Event Toolkit

Quick Start

Install dependencies, with pyperclip being optional for clipboard simulation:

pip install pynput matplotlib
pip install pyperclip

Clone KeyMaster:

git clone https://github.com/TanGentleman/KeyMaster
cd KeyMaster

Features

KeyMaster is a Python toolkit for collecting, analyzing, and simulating keyboard events. The object oriented framework has four simple classes:

Usage

For detailed usage, refer to the notebook.ipynb Jupyter notebook. To initiate a sample workflow, run:

python -m scripts.cli

For automated simulation, utilize the many simple flags found in the docs:

python -m scripts.cli -s 'Use the -c flag instead to simulate your clipboard'

Docs & Contributing

License

KeyMaster is MIT licensed. Use, modify, and distribute freely.

Cheers,

Tan