Releases: AbstractNucleus/auto_clicker
Releases · AbstractNucleus/auto_clicker
v0.1.0
Initial public release.
Features:
- Up to 100 CPS using a
QueryPerformanceCounterscheduler withtimeBeginPeriod(1)and sleep-then-spin waiting. - Global hotkeys (F1 to F12) in toggle or hold mode.
- Follow-cursor or fixed-point click target. Left, right, or middle button.
- Optional duration and click-count stop conditions.
- 30 tests, ~98% coverage on engine and hotkeys layers.
Install:
uv sync
uv run python -m auto_clickerWindows only.