Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 202 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 202 Bytes

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'))