A simple hotkey-driven autoclicker written in Python. Use it for repetitive clicking tasks with adjustable interval, jitter, and duration.
- Start/pause toggling with a hotkey
- Stop-and-exit hotkey
- Adjustable interval and optional random jitter
- Optional auto-stop duration
- Python 3.10+
pynput
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython src/autoclicker.py --interval 0.2 --jitter 0.05- Toggle start/pause:
Ctrl+Alt+T - Stop and exit:
Ctrl+Alt+S
Override them if needed:
python src/autoclicker.py --toggle-hotkey "<ctrl>+<shift>+t" --stop-hotkey "<esc>"- Some OSes require accessibility permissions for keyboard/mouse control.
- Use responsibly and comply with the terms of any application you automate.