/PyAutoClicker

Auto-clicker written in Python

Primary LanguagePythonMIT LicenseMIT

PyAutoClicker

Description

Auto-clicker written in Python for Windows

Usage

Possible args are:

Option Description
-c X Y Set integer coordinates to (X, Y). Defaults to (0, 0).
-d D Set start delay to integer value D. Defaults to 3 seconds.
-r R Set integer number of clicks per second. Defaults to 1 click per second.
-q Start in quiet mode.
-h Display help menu.

While the program is running the user may press:
P key to toggle the auto clicker.
Q key to quit the program.

Examples

PyAutoClicker.py -h
Display a help menu and exit. The help menu is identical to the Usage table above.

PyAutoClicker.py -c 350 350
Start auto clicker at coordinates (350, 350).

PyAutoClicker.py -c 350 350 -r 6
Start auto clicker at coordinates (350, 350) at a rate of 6 clicks per second.

PyAutoClicker.py -q -d 5 -c 350 350
Start auto clicker in quiet mode with a delay of 5 seconds at coordinates (350, 350).