Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClickBot

Lightweight coordinate‑based click automation for macOS. Designed for cases where screen capture / image recognition is blocked (e.g., certain game windows), so it uses fixed coordinates instead.

Features

  • One‑click coordinate recorder (click a point → name it → saved to config)
  • Ordered steps with waits
  • Simple, fast, low‑memory

Setup

pip install -r requirements.txt

Grant Accessibility permission to ClickBot in: System Settings -> Privacy & Security -> Accessibility

Run

python clickbot_ui.py

Config format (YAML)

points:
  - name: Button A
    x: 123
    y: 456

steps:
  - type: click_coords
    x: 123
    y: 456
    clicks: 1

  - type: wait
    seconds: 1

Tips

  • Use Record Coords (click once) to add a point and auto‑append a step.
  • Move mouse to top‑left corner to stop the script immediately.

About

Lightweight coordinate-based click automation for macOS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages