Metadata-Version: 2.1
Name: colorful-print
Version: 0.0.2
Summary: Can use it to color print.
Home-page: https://github.com/sanggi-wjg/color_print.git
Author: SangGi
Author-email: girr311@naver.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# color_print

```python
from colorful_print import color

color.black('Black')
color.red('Red')
color.green('Green')
color.yellow('Yellow')
color.blue('Blue')
color.magenta('Magenta')
color.cyan('Cyan')
color.white('White')

```

