# PyAutoClicker **Repository Path**: csutjf/PyAutoClicker ## Basic Information - **Project Name**: PyAutoClicker - **Description**: A customizable and open-sourced auto clicker for all your clicking needs. - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-14 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README PyAutoClicker ============= A customizable and open-sourced auto clicker for all your clicking needs. ![pyautoclicker](https://cloud.githubusercontent.com/assets/7663987/6499488/167604c4-c2ca-11e4-82d4-32e18412455f.png) ##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 + `pywin32` (for Windows low-level system calls) - [Click here to install.](http://sourceforge.net/projects/pywin32/) ## 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.](https://www.youtube.com/watch?v=wP9HcD4oPDw) ## 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.