File | Date | Author | Commit |
---|---|---|---|
.github | 2024-02-28 |
![]() |
[360da0] Update issue templates |
src | 2024-02-28 |
![]() |
[1462ba] Changed version 1.1.12 |
.gitignore | 2024-01-31 |
![]() |
[e87d4d] 1.1.0 |
LICENSE.md | 2023-08-16 |
![]() |
[850571] Changed License |
README.md | 2024-02-06 |
![]() |
[38a998] Update README.md |
TUTORIAL.md | 2024-02-07 |
![]() |
[b1cd5f] Added Delay tuto |
requirements.txt | 2024-01-21 |
![]() |
[a17770] Update requirements.txt |
PyMacroRecord is a completely free Macro Recorder, coded with Python.
PyMacroRecord works with a GUI made using tkinter, making it easier for users to interact with it.
To start recording, you simply have to press the red button\
From there, you can move your mouse, click, and type on your keyboard, and everything will be recorded. (You can choose what will be recorded.)
\
\
Then, to stop the recording, you simply click on the black square\
To play a recording, you just need to click on the green play icon
And to stop the playback, press the f3
key (By default).
\
\
Here are some videos to show you the process:
https://github.com/LOUDO56/PyMacroRecord/assets/117168736/2e0f9e5e-965e-4d88-86ba-c525d7faed3c
https://github.com/LOUDO56/PyMacroRecord/assets/117168736/624e49b4-439e-413c-a054-a9586564a39e
If you encounter a bug or want to request an update, simply create an issue here
⚠️ Might work for MacOS, I can not test unfortunately ⚠️
- First, if you didn't already, install Python
- Download the last source code release here
cd <PATH TO SOFTWARE FOLDER>
bash
pip install -r requirements.txt
requirements.txt
or else you won't be able to install the depedenciescd src
and type: python3 main.py
This program is under GNU General Public License v3.0