Skip to content

Simple solution for in-text tags for console coloring

License

Notifications You must be signed in to change notification settings

sikvelsigma/Colorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorer

Simple solution for in-text tags for console coloring in Python

Import:

from color import Color

Usage:

Color.print("<r>Red <g>Green")

Color.print("<r>Red", "<g>Green", sep=":")

Color.print("<bld><r>Red and bold <g>Green and bold")

Color.print("<bld><r>Red and bold <clr><g>Green")

About

Simple solution for in-text tags for console coloring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages