Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (27 loc) · 1.1 KB

color-printtext

image
pypi Vertion Python Vertion Total downloads
pypi
wiki
A module that specifies the color of print.

How to use

It can be installed using pip.

python3 -m pip install -U color-printtext

On Windows, install with this command.

py -3 -m pip install -U color-printtext

If you have passed PATH, you can install it with this command.

pip install -U color-printtext

Install with Sample code

import colorprinttext
colorprinttext.cprint('test','red')