AutoClicker

Simple auto-clicker written in Python. Uses wxWidgets for GUI and pyautogui for handling inputs.

Features

The GUI features a slider that allows you to change the CPS (clicks per second)

Dependencies

Requires wxPython and pyautogui

Use pip to install the wxPython and pyautogui libraries.