Program for recording mouse movements + clicks and their automatic playback
- After starting the program use the button “Record Movements” which will open the utility “MouseInfo”.
The “MouseInfo” utility is designed to record the coordinates of the mouse cursor location in Windows.
In the “MouseInfo” utility uncheck the “3 Sec.Button Delay” checkbox and set the mouse cursor to the desired location by pressing the “Log XY (F6)” button.
After that the XY coordinates of the last cursor position will appear in the “MouseInfo” utility.
Record the cursor coordinates the required number of times.
- When you are ready in the “MouseInfo” utility, click the “Save Log” button to export the recorded mouse coordinates.
You can close the “MouseInfo” utility.
- Now click “Load Coordinates” button in the program to import the recorded coordinates.
After importing the coordinates, a window will appear where you can automate mouse clicks (Right click on the desired coordinates) or change them.
-
After that click the “Save and Close” button.
-
Now in the main window specify the “Delay” before each mouse click in seconds, as well as the number of repetitions of the recorded algorithm.
-
When you are ready, click “Start Replay” button to start the automation.
To cancel, you can click the “Cancel Replay” button or use the “ESC” hotkey on the keyboard.
Download Version 1.0
$ pip install -r requirements.txt
$ python spam_v2.py
$ pyinstaller --onefile --windowed --hidden-import=mouseinfo .\spam_v2.py