Metadata-Version: 2.1
Name: aayush_color
Version: 1.0.0
Summary: A package to convert temperature from one scale to another
Author-email: Aayush Nagpal <aayush.nagpal2022@vitstudent.ac.in>
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# aayush-color

## A simple python program to convert a color format to another color format.

---

# Use the package in your project

### Install the package

```
pip install aayush-color
```

### Using the package

```
import aayush_color.color as color

color.hex_to_rgb("#ffffff")
```

---

Aayush Nagpal © 2023

> **Note**
> This is for a university project. Might not be maintained in future.
