A customizable and open-sourced auto clicker for all your clicking needs.
##Features
- Customizable properties in the GUI
- Start and stop using your mouse or keyboard
- Left click at a specified rate
- Click for a certain number of clicks
- Click for a certain length of time
- Click at random time intervals
- Click within a random 5x5 pixel range of mouse location (effective against auto-ban algorithms)
- Repeat a sequence of clicks mode [FUTURE UPDATE]
- Customizable key bindings to start and stop the auto clicker [FUTURE UPDATE]
- Cross-platform support [FUTURE UPDATE]
pywin32
(for Windows low-level system calls) - Click here to install.
To build your own executable python code, type python setup.py
in the project directory. Note, this will require you to have py2exe
installed.
To package the program into a custom installer, follow this video tutorial.
Windows users can simply run the setup.exe
file located in the /dist
directory. Note: no dependencies are required to be installed if using this installation method.
The auto clicker can be used by either running the installed application as outlined above or from the command line. Simply type python PyAutoClicker.py
in the directory where the tool exists.