Skip to content

Releases: AbstractNucleus/auto_clicker

v0.1.0

16 May 18:52

Choose a tag to compare

Initial public release.

Features:

  • Up to 100 CPS using a QueryPerformanceCounter scheduler with timeBeginPeriod(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_clicker

See the README and CHANGELOG.

Windows only.