A dead simple auto-clicking tool with customizable intervals and turbo mode (look it just clicks fast okay...).
- Customizable clicking intervals
- Turbo mode for somewhat fast clicking
- Configurable hotkeys
- Error handling and logging
- Clean simple interface
- Run the application
- Set your desired minimum and maximum intervals
- Configure your hotkey
- Enable/disable turbo mode as needed
- Press Start or use the hotkey to begin auto-clicking
Edit config.json
to customize:
- Default intervals
- Default hotkey
- Turbo mode settings
- Window title
- Theme colors #KindaWorks
Logs are stored in C:\Logs\AutoClicker\main.log
- Includes all clicks, errors, and status changes
- Formatted for easy parsing
- Automatic log directory creation
- Python 3.x
- pyautogui
- keyboard
- pyinstaller
- pywin32
To create a portable executable:
- Install Requirements:
pip install -r requirements.txt
- Run:
python build.py
- Find the executable in the
dist
folder
- Turbo mode may cause high CPU usage
- Moving mouse to any corner will trigger failsafe
- Config file is auto-created if missing
- Turbo mode isn't as fast as advertised (Windows is mean) - I'm working on it. I really want to hit 1,000 CPS.
- Some antivirus software may flag the auto-clicker (it's the nature of auto-clickers)
- Theme might look weird on some Windows versions (because Windows)
© 2025 Kazlabs - Made with