Skip to content

TooLargeStack/script-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clicker

The goal of this script is (for now) just a simple auto clicker written in python.

How it works

Basically while you hold the right mouse button down, the script will click every 100 miliseconds until you release the mouse button.

How to use it

# For linux users
python3 -m venv venv
python3 venv/bin/activate
pip3 install -r requirements.txt
python3 src/main.py

# For windows users
python -m venv venv
venv\Scripts\activate.ps1
pip install -r requirements.txt
python src\main.py

Future plans

Make a config file/UI to configure the script with more listener options.

About

A minimal script that can auto click in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages