Skip to content

iliya-shenavar/Python-image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Image Processing - BlumClicker

📌 Overview

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.

🛠️ Features

  • 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

📂 Project Structure

Python-image-processing-main/
│-- .gitignore
│-- BlumClicker.py  # Main script

🚀 Installation

  1. Clone the repository:
    git clone <repository_url>
    cd Python-image-processing-main
  2. Install the required dependencies:
    pip install -r requirements.txt

🔧 Usage

Run the script with Python:

python BlumClicker.py

The script will begin detecting colors and clicking on them automatically.

📜 Dependencies

Ensure you have the following Python libraries installed:

  • OpenCV (cv2)
  • NumPy
  • PyAutoGUI
  • Colorama

🤝 Contributing

Feel free to fork this project, make improvements, and submit a pull request!

📜 License

This project is licensed under the MIT License.

📞 Contact

Enjoy coding! 🚀

About

It's a auto clicker for Blum airdrop game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages