Skip to content

Udaybyte/On-Screen-RGB-Detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

On Screen RGB Detector

On-Screen RGB (Red, Green, Blue) Detector is an innovative approach that enables on-screen colour detection with few hand gestures.

However, it is sometimes essential for you to know the picture's RGB values or anything else, then you're in the right place.
It measures the RGB colour value of every single pixel present on your computer screen live by following the position of cursor/mouse pointer with pixel coordinates.

Application is built using Python programing language (3.10) and Tkinter framework for Graphical User Interface (GUI).

Working ⚙️

R, G, B = 255, 255, 255 (Absolute white)

R, G, B = 0, 0, 0 (Absolute black)

Respectively for all colors :

  • R or G or B is (255)
    Represent Maximum amount of that color

  • R or G or B is ( 0)
    Represent Minimum amount of that color

Features

  • Measurement of RGB colours by following the position of cursor/mouse pointer with pixel coordinate live
  • Readings are captured by keystrokes for user convenience
  • RGB values are automatically copied to clipboard

Getting started

Prerequisites:

  • Your computer must be running Windows 10 or newer.
  • Install the latest version of Application. Download v1.2
  • Application Size : 25.5 MB

Program Execution

Running input-output

License

Copyright © Abhijeet kumar. All rights reserved.

Licensed under the CC0-1.0 License.

About

On-Screen RGB (red, blue, green) Detector enables on-screen RGB colour detection. It measures the colour value of every single pixel present on your computer screen by following the mouse pointer.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%