Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 402 Bytes

File metadata and controls

14 lines (8 loc) · 402 Bytes

zymacro

Macro recorder and playback program

Created using Python 3.11.1 64-bit

pyautogui, pydirectinput, pynput, and simplejson required

E.g. pip install [module]

Use 'py code/recorder.py' to record keyboard and mouse inputs, use -h to view options

macro file is output into 'output' folder as .json

Use 'py code/playback.py' to playback the macro in the 'input' folder, use -h to view options