An autoclicker that will click wherever your mouse is automatically at a set custom interval for the user. Coded in python.
Make sure to install pynput. Download autoclicker.py, navigate to your terminal and type the commands below
pip install pynput
python autoclicker.py
Navigate to your local autoclicker.py file and check the variable TOGGLE_KEY and TimeBetweenClicks. You can change these to any variable as needed.
TOGGLE_KEY = KeyCode(char="-")
TimeBetweeenClicks = 70
Pull requests are welcome. I'm working towards making an easy UI for streamlined user experience.