An open API service indexing awesome lists of open source software.

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.

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