Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 373 Bytes

File metadata and controls

23 lines (15 loc) · 373 Bytes

Mouse Color Auto Clicker

Auto-clicks when a specific screen color appears under your mouse.

Installation

pip install pyautogui pillow

Usage

python main.py
  • Move your mouse over the area.
  • Script clicks when target color appears.
  • Press Ctrl + C to stop.

Configuration

Edit TARGET_COLOR and CLICK_DELAY_MS at the top of the script.