bhamodi / PyAutoClicker

A customizable and open-sourced auto clicker for all your clicking needs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyAutoClicker

A customizable and open-sourced auto clicker for all your clicking needs.

pyautoclicker

##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]

Dependencies

Build

To build your own executable python code, type python setup.py in the project directory. Note, this will require you to have py2exe installed.

Package

To package the program into a custom installer, follow this video tutorial.

Install

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.

Usage

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.

About

A customizable and open-sourced auto clicker for all your clicking needs.

License:MIT License


Languages

Language:Python 100.0%