A simple autoclicker with a minimalist design.
You can choose your desired amount of CPS by moving the slider to the right.
Press F4 to enable/disable the autoclicker!
To execute this file, simply download the executable file (click to the right, on "Releases") or install all the dependencies listed below, download all the source files and put them in the same folder.
Execute the python file by executing the command prompt in the same directory as the files and typing python code.py
- Kivy (go to https://kivy.org/doc/stable/installation/installation-windows.html for instructions on installation)
- PyAutoGUI (install by typing on the cmd
pip install pyautogui
) - Pynput (install by typing on the cmd
pip install pynput
) - KivyOnTop (install by typing on the cmd
pip install kivyontop
)