Metadata-Version: 2.1
Name: GetPixelColor
Version: 0.1.9
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: Bobrobot1 <bobrobot@zoho.com>
License: MIT
Project-URL: GitHub, https://github.com/Bobrobot1/GetPixelColor
Project-URL: Bug Tracker, https://github.com/Bobrobot1/GetPixelColor/issues
Platform: Windows
Platform: Linux
Platform: Mac OS X
Classifier: Development Status :: 5 - Production/Stable
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
Requires-Python: >=3.0
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.



