A simple Python desktop macro recorder with hotkey activation, GUI management, and replay features.
- Record keyboard & mouse events
- Save multiple named macros
- Rebind macros to custom hotkeys
- Rename or delete macros
- GUI interface using Tkinter
- Hotkey activation using
keyboard
- Python 3.10+
- pynput
- keyboard
Install dependencies:
pip install -r requirements.txt
python SimpleMacros.py
pyinstaller --onefile --windowed SimpleMacros.py
This project is licensed under the MIT License. See the LICENSE.MD file for details.