Metadata-Version: 2.4
Name: thepalette
Version: 0.1.0
Summary: A Color Palette...
Author-email: Mohammad Parsa Mortazavi <mpmms@proton.me>
Project-URL: Homepage, https://github.com/mpmms/thepalette
Project-URL: Issues, https://github.com/mpmms/thepalette/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

## ThePalette
Convert Hex, RGB, CMYK, HSV, and HSL color units to each other with thePalette...
## Contact Us
- [Telegram](https://t.me/mpm_ms)
## Example
```python
from thepalette import Color
clr = Color(name="xxx", cmyk=(45, 66, 71, 12))
print(clr.get_hsv())
```
## Installing

```bash
pip install thepalette
```
