https://github.com/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.
https://github.com/filiprokita/fclick
automation gui image-processing keyboard-input mosue-click mouse mouse-automation python python3 useful utilities windows
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/filiprokita/fclick
- Owner: FilipRokita
- Created: 2021-12-03T21:43:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T12:29:28.000Z (over 3 years ago)
- Last Synced: 2025-06-06T06:41:38.349Z (about 1 year ago)
- Topics: automation, gui, image-processing, keyboard-input, mosue-click, mouse, mouse-automation, python, python3, useful, utilities, windows
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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