Skip to content

ExileStudios/color-detection-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color Detection Bot

This Python script, ColorDetectionBot.py, is a tool designed to detect specific colors on the screen and automatically press a designated key when the specified color is detected or not detected, based on user configuration.

Features

  • Screen area selection for color detection.
  • Color picker to choose the color to detect.
  • Key press automation based on color detection results.
  • Customizable key press condition (on color detection or absence).

Requirements

The script requires Python to be installed on your system. It also depends on several Python packages, which are listed in requirements.txt.

Installation

First, clone this repository or download the ColorDetectionBot.py script. Then, install the required Python packages using the following command:

pip install -r requirements.txt

Usage

Run the script using Python:

python ColorDetectionBot.py

Follow the on-screen instructions to configure and use the bot.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages