Aucli

Modern, lightweight, and customizable auto-clicker application.

About Aucli

Aucli is a modern, lightweight auto-clicker built with Python and Tkinter. It allows users to automate mouse clicks with precise intervals, humanization, spatial jitter, and positional control. Perfect for anyone who needs fast and customizable click automation.

View on GitHub

Features

Click Interval Control

Set hours, minutes, seconds, and milliseconds for precise click intervals. Supports Max CPS mode.

Click Type & Button

Choose left, right, or middle mouse buttons, and single or double click types.

Humanization & Jitter

Add variable delay and spatial jitter to mimic human clicking and avoid detection.

Position Modes

Follow the cursor automatically or lock a fixed position with optional jitter.

Hotkeys

F6 to start/stop, F7 to lock mouse position. Smooth workflow without opening the app window.

Threaded & High-Performance

Clicking runs in a separate thread for stable performance without freezing the UI.

Installation

Clone the repository and set up the environment:

git clone https://github.com/l0adfun/Aucli.git
cd Aucli
pip install -r requirements.txt

Run the application:

python aucli.py

Requirements

The project uses the following Python dependencies:

pynput

Other modules like tkinter, threading, time, random, and ctypes are included with Python.

License

Aucli is licensed under the MIT License. See the GitHub repo for full details.