Metadata-Version: 2.1
Name: GetPixelColor
Version: 0.1.3
Summary: A cross-platform python library for getting the color of a given pixel on screen.
Home-page: https://github.com/Bobrobot1/GetPixelColor
Author: Bobrobot1
Author-email: bobrobot@zoho.com
License: MIT
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

# GetPixelColor

## A cross-platform python library for getting the color of a given pixel on screen.

 - Compatible with MacOS, Windows, and Linux.

Example:
> `print(getpixelcolor.pixel(500, 500))`
>  - prints a tuple with RGB values of the pixel at 500,500.\



