Skip to content

WaldenLee2005/SimpleMacros

Repository files navigation

SimpleMacros

A simple Python desktop macro recorder with hotkey activation, GUI management, and replay features.

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

Requirements

  • Python 3.10+
  • pynput
  • keyboard

Setup

Install dependencies:

pip install -r requirements.txt

Run App

python SimpleMacros.py

Build to EXE

pyinstaller --onefile --windowed SimpleMacros.py

License

This project is licensed under the MIT License. See the LICENSE.MD file for details.

About

A Python GUI macro recorder with hotkey support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors