A simple autoclicker with controls using pyautogui.
Default delay is 1 second.
Note:
As a fail-safe, moving your mouse to the very top left corner will exit the program.
Key | Action |
---|---|
F1 | Resumes the autotyper |
F2 | Pauses the autotyper |
ESC | Exits the program |
If you want to change the shortcut keys, change their values with the keycodes provided here: https://pythonhosted.org/pynput/keyboard.html