- Install dependencies:
python -m pip install -r requirements.txt
- Run script:
python macro_executor.py
NOTE: Currently only supports pressing a key with a delay. More macro types will be added when I get the chance!
- Copy the
template.json
to a new file and rename it to something recognizable. - Open it and edit the name, key and delay.
- Restart the program.
- More macro types (key sequence with configurable delays, etc.)
- Better GUI and user feedback