Metadata-Version: 2.1
Name: hexgpc
Version: 1.0.0
Summary: An tool that Converts Images into Binary, Reads the Binary pixels converts the Pixels into hexadecimal Values.
Home-page: https://pypi.org/project/hexgpc/
Author: Byt3signal
Author-email: hexgpcauthor@gmail.com
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

# HexGPC
An tool that Converts Images into Binary, Reads the Binary pixels converts the Pixels into hexadecimal Values.

---

## Features

- Supports over 65+ image file types.
- Converts binary pixels into hexadecimal format.
- Works seamlessly with Python 3.6+.

---

## Installation

To install HexGPC, run:
```bash
pip install hexgpc
