Skip to content

An open source simple and highly customizable autoclicker built in Python for Windows

Notifications You must be signed in to change notification settings

Litox777/AutoClicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My AutoClicker

After downloading several auto-clickers that didn't meet my needs, I learned Python to create my first project: (what I believe to be :D ) the best auto-clicker.

Features

This auto-clicker is small and quite simple. It allows you to set the number of clicks per second. You can choose the mouse button (left, middle, right) and the type of click (single, double). Finally, you can easily select the coordinates where the mouse will click by pressing the F5 key, and you can turn the auto-clicker on and off with F2.

Captura de pantalla 2025-12-11 205559

Download

If you only want to download the auto-clicker, click here. However, if you want to view the source code or run it, you will need to execute the following commands.

Windows (PowerShell)
# Install the Virtual Enviroment
python -m venv .venv

# Activate the enviroment
.\.venv\Scripts\Activate.ps1

# Install all the necessary libraries
pip install -r requirements.txt
MacOs/Linux
# Install python-tk (required for GUI)
brew install python-tk@3.11

# Install the Virtual Enviroment
python3 -m venv .venv

# Activate the enviroment
source .venv/bin/activate

# Install all the necessary libraries
pip install -r requirements.txt

And now you are done! You can run and see my (slightly messy) code.

Thanks!

I hope you like my autoclicker, as it's my first project. I would love to hear your suggestions. Thank you for using my auto-clicker!

About

An open source simple and highly customizable autoclicker built in Python for Windows

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages