Metadata-Version: 2.1
Name: image-px-to-text
Version: 1.0.1
Summary: Get the color-info of ALL the pixels in your image
Home-page: https://chaoticcoder.netlify.app
Author: Chaotic Kid
Author-email: crazyanimations999@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Pillow

This library/package will give all the info (colors of the pixels) of any image you choose

It has only one function called do()
syntax is like this do(r'Path\to\image',boolean) # the boolean is 'True' 'False' this is optional.
the boolean value determines weather color output is in rgb or hsv. True for rgb (default), False for hsv

My website: https://chaoticcoder.netlify.app

