FilipRokita / FCLICK

FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FCLICK

Script that clicks left mouse button when it detects a color change in a given pixel. Just run the script, select the key you want to run the program with, then point the cursor to the pixel you want to click when it changes color and push the previously selected key. When the pixel changes color, the script automatically clicks it.

Installation

You will need these packages to run FCLICK:

  • pyautogui
  • keyboard
  • pywin32

To install required packages run:

pip install -r requirements.txt

Usage

  1. Run FCLICK
  2. Select button you want to start FCLICK with
  3. Put cursor on the pixel that you want to click when it changes color
  4. Click selected start button

Author

Filip Rokita
www.filiprokita.com

About

FCLICK is a Python script that automates mouse clicking by detecting a change in pixel color on the screen. The script waits for a specified start button press to begin monitoring the pixel color at the current mouse position. Once the pixel color changes, the script sends a left mouse click to that position.


Languages

Language:Python 100.0%