Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ProjectSynchro/AutoClicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple auto-clicker written in Python. Ported to Python 3, and using multi-platform modules.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%