Skip to content

A generic auto clicker that happens to be free and open source

Notifications You must be signed in to change notification settings

DragonSenseiGuy/auto-clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f9541e · · Nov 19, 2025

History

7 Commits
Nov 19, 2025
Nov 12, 2025
Nov 12, 2025
Nov 19, 2025
Nov 19, 2025
Nov 12, 2025
Nov 12, 2025

Repository files navigation

Auto Clicker

What else is there to say, its just s generic auto clicker that happens to be free and open source, oh did I mention free?

There are multiple comapannies selling auto clickers for money, when you can make one yourself for free. Distributions fo all platforms is coming soon!

Features

Okay, enough talking tell me what this can actually do.

  • Support for left and right clicking
  • Configurable click rate
  • Customizable hotkey for activation
  • Good loking GUI(for a autoclicker)
  • Status of the auto-clicker

Installation

Make a virtual environment

python3 -m venv .venv

Activate virtual environment

Windows:

.venv\Scripts\activate

Linux/macOS:

source .venv/bin/activate

Install dependencies

uv sync

Run the application

uv python run main.py

Next steps

  1. Configure your settings:

    • Select click type (Left or Right)
    • Adjust clicks per second using the slider
    • Set your preferred hotkey (optional)
  2. Start auto clicking:

    • Click the "Start" button, or
    • Press your configured hotkey (default: *)
  3. Stop auto clicking:

    • Click the "Stop" button, or
    • Press your hotkey again to toggle

About

A generic auto clicker that happens to be free and open source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages