Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 664 Bytes

File metadata and controls

18 lines (14 loc) · 664 Bytes

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)

  • Small GUI for low visual impact
  • Built in hotkey (ALT-F1) for enabling and disabling the auto-clicker
  • Straightforward slider control for CPS

Dependencies

Requires wxPython and pyautogui

Use pip to install the wxPython and pyautogui libraries.

  • Install the dependancies with the following commands:
    • Locally: pip install --user -r requirements.txt
    • System-wide (Run as root or as Admin): pip install -r requirements.txt