Skip to content

mircea007/clickr-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

clickr but in python and multi-platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages