Metadata-Version: 2.4
Name: thepalette
Version: 0.0.5
Summary: A Color Palette...
Author-email: Mohammad Parsa Mortazavi <mpmms@proton.me>
Project-URL: Homepage, https://github.com/mpmms/thepalette
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
A Color Palette...
## 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_hex())
```
## Installing

```bash
pip install thepalette
```
