Skip to content

Rashe/p_color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color your print()

Install prcolor :

pip install prcolor

Usage:

from prcolor import cprint

# by type
cprint.success('Hello world')
cprint.error('Hello world')
cprint.warn('Hello world')

# by color
cprint.green('Hello world')
cprint.yellow('Hello world')
cprint.blue('Hello world')

# bold
cprint.green('Hello <b>World</b>')

# underline
cprint.yellow('Hello, <u>World</u>')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages