BlumClicker is a Python-based image processing and automation tool that utilizes OpenCV and PyAutoGUI to detect and click on specific colors within a given duration. This project is useful for automating repetitive tasks involving color-based interactions on the screen.
- Detects specific colors on the screen
- Automates mouse clicks on detected areas
- Uses OpenCV and NumPy for image processing
- PyAutoGUI for GUI automation
- Lightweight and fast execution
Python-image-processing-main/
│-- .gitignore
│-- BlumClicker.py # Main script
- Clone the repository:
git clone <repository_url> cd Python-image-processing-main
- Install the required dependencies:
pip install -r requirements.txt
Run the script with Python:
python BlumClicker.py
The script will begin detecting colors and clicking on them automatically.
Ensure you have the following Python libraries installed:
- OpenCV (
cv2
) - NumPy
- PyAutoGUI
- Colorama
Feel free to fork this project, make improvements, and submit a pull request!
This project is licensed under the MIT License.
- Email: iliya.shenavar@gmail.com
Enjoy coding! 🚀