Skip to content

v0.1.0

Latest

Choose a tag to compare

@AbstractNucleus AbstractNucleus released this 16 May 18:52
· 3 commits to main since this release

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.