Code Monkey home page Code Monkey logo

on-screen-rgb-detector's Introduction

On Screen RGB Detector


Releases license Languages OS



On-Screen RGB (Red, Green, Blue) Detector is an innovative approach that enables on-screen colour detection with few hand gestures. Sometimes you need to know the RGB value of a picture or anything else, then you are in the right place. The On Screen RGB Detector measures the RGB color value of **every single pixel** on your computer screen **live** by following the cursor/mouse pointer position along with the 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 Python3 or newer.

  • The script requires Tkinter library installed.

    • Open Terminal and run pip install tk to install Tkinter library
  • Get the source code

  • Extract the zip and open main.py in Python IDE to build and run the Calculator app.

    Windows users can download the binary release

  • Your computer must be running Windows 10 or newer.

  • Install the latest version of the Application. Download v1.2


Program Execution

Running input-output


Reporting Issues & Contributions

Feel free to report issues and contribute to this repository


License

Copyright © Abhijeet kumar. All rights reserved.

Licensed under the CC0-1.0 License.

on-screen-rgb-detector's People

Contributors

abhijeetbyte avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.