Skip to content

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.

Notifications You must be signed in to change notification settings

FilipRokita/FCLICK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages