Metadata-Version: 2.1
Name: GetPixelColor
Version: 0.2.17
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.8
Description-Content-Type: text/markdown
License-File: LICENSE

# GetPixelColor

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

![img](https://github.com/Bobrobot1/GetPixelColor/actions/workflows/tests.yml/badge.svg)


 - Compatible with MacOS, Windows, and Linux.
 - Transparency data only available on some platforms.

__Examples:__

Get color of a specific pixel: `getpixelcolor.pixel(x, y)`

> (R, G, B, (A))

Get average color of an area: `getpixelcolor.average(x, y, width, height)`

> (R, G, B, (A))

Get all color values of an area: `getpixelcolor.area(x, y, width, height)`

> [[[R, G, B, (A)]]]

https://pypi.org/project/GetPixelColor/
