Metadata-Version: 2.4
Name: hashemcolorful
Version: 0.1.0
Summary: Simple color helpers built on colorama
Author: Hashem Allaham
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: colorama

# hashemcolorful

Small wrapper around colorama.

**Usage:**
```python
from hashemcolorful import RED, colorize
print(colorize("hello", RED))
```
