Metadata-Version: 2.1
Name: cprints
Version: 1.0.6
Summary: print color text to terminal
Home-page: https://github.com/PengKe-x/cprins
Author: PengKe
Author-email: 925330867@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# print color text to terminal

from cprints import cp


cp.cprint("Hello World", fg=cp.red, bg=cp.black, style=cp.underline)
cp.print_red("Hello World", style=cp.highlight)
