This is python program for auto-clicker. you can manually change the time interval between the auto clicks or you can add more intervals(2 default interval in code). It can be reset at anytime; even, during the sleeping cycle.
to modify time interval change the values of delay variable in the code.
PRE-REQUIREMENTS pip install pyautogui pip install pynput python3 pyautoclicker.py
Base code is taken from https://github.com/isaychris