Metadata-Version: 2.1
Name: tColorP
Version: 0.0.1
Summary: print with color
Home-page: https://github.com/ruxia-TJY/TColorP
Author: ruxia-TJY
Author-email: ruxia.tjy@qq.com
License: MIT
Download-URL: https://github.com/ruxia-TJY/TColorP
Project-URL: Bug Tracker, https://github.com/ruxia-TJY/TColorP/issues
Keywords: print with color
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown

# TColorP

[![](https://img.shields.io/badge/language-Python-blue)](https://www.python.org/) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/ruxia-TJY/TColorP) ![linux](https://img.shields.io/badge/-Linux-yellow?logo=linux) ![windows](https://img.shields.io/badge/-Windows-blue?logo=windows)

print with color.

```python
from TColorP import TColorP, TColor

tcp = TColorP()
tcp.success('success')
tcp.error('error')
tcp.warning('warning')
tcp.normal('normal')

tcp.formatColor([TColor.method_normal, TColor.foreground_cyan])
print('hello')
tcp.formatColor([TColor.method_normal])
print('TColorP')
```

![view](View.png)


## License

MIT License,Thanks!

