Skip to content

A keyboard and mouse recorder, player, and sequence creator written in Python.

Notifications You must be signed in to change notification settings

stephen-os/KeyActions

Repository files navigation

Key Actions

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.

Gettings Started

Requirements

  1. Clone the repo.

    git clone https://github.com/Resetss/LeyActions.git

    Alternatively, <> Code -> Download ZIP

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

Running the App

Open the repo in your terminal and run the following.

python3 main.py 

About

A keyboard and mouse recorder, player, and sequence creator written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published