/clickr-py

clickr but in python and multi-platform

Primary LanguagePython

Clickr-py

Clickr logo

A python corss-platform autoclicker.

Features

  • Toggle key is Caps Lock (because who really uses it?). Caps Lock is also closer to WASD keys so it's easy to reach
  • Anti-bot detection (by randomizing intervals between clicks, in the future i will add buterfly/dracgclick mode for even better stealth)
  • Works for both right and left click
  • Can change cps while running (UI not yet implemented)

Running the precompiled binary

First, download the binary form the releases section then run it like this:

./clickr --cps 10 # on linux
clickr.exe --cps 10 # on windows

Running with python

Requirements

You need to install pynput:

pip install pynput

For the Linux version you also need to install xdo:

pip install python-libxdo

Running

python main.py --cps 10

To close the program press the END key To toggle autoclicking press the Caps Lock key.