A python utility library for creating and printing more elegant strings.
import licorice_font
message = licorice_font.font_format("This is licorice", ['BOLD', 'CYAN'])
print(message)
licorice_font.underline("This is licorice:", ['BOLD', 'PURPLE'])
pip install licorice_font