Key Actions is a keyboard and mouse recorder and player. Recordings can be strung together with delay into "sequnces" to allow users to build more complicated macros with ease.
-
Clone the repo.
git clone https://github.com/Resetss/LeyActions.git
Alternatively, <> Code -> Download ZIP
-
Ensure required dependencies are installed.
Run the setup.bat script in scripts folder for windows or setup.sh for linux/mac
Alternatively,
- Ensure Python 3 is installed
python --version
- Pynput
pip install pynput
- PyQT
pip install pyqt5
Open the repo in your terminal and run the following.
python3 main.py