Metadata-Version: 2.1
Name: ccolors
Version: 1.0.0
Summary: Python Library for changing terminal colors!
Author: ozodbeksobirjonovich
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: colorama (>=0.4.6,<0.5.0)
Description-Content-Type: text/markdown

```python
from ccolors import *

print(R+"Hello World")
print(R+BW+"Hello Developer!")
```
