Skip to content

Easily create colored strings that behave like str in Python 3

License

Notifications You must be signed in to change notification settings

simonsolnes/colorstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Color String

Easily create colored strings that behave like str in Python 3.

Example

from colorstring import Color

print(Color('fish', frmt='italic', fg = 'red', bg = 'yellow'))

About

Easily create colored strings that behave like str in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages