Modern, lightweight, and customizable auto-clicker application.
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.
Set hours, minutes, seconds, and milliseconds for precise click intervals. Supports Max CPS mode.
Choose left, right, or middle mouse buttons, and single or double click types.
Add variable delay and spatial jitter to mimic human clicking and avoid detection.
Follow the cursor automatically or lock a fixed position with optional jitter.
F6 to start/stop, F7 to lock mouse position. Smooth workflow without opening the app window.
Clicking runs in a separate thread for stable performance without freezing the UI.
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
The project uses the following Python dependencies:
pynput
Other modules like tkinter, threading, time, random, and ctypes are included with Python.
Aucli is licensed under the MIT License. See the GitHub repo for full details.