Skip to content

A python utility library for creating and printing more elegant strings.

License

Notifications You must be signed in to change notification settings

mvinyard/licorice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

licorice

A python utility library for creating and printing more elegant strings.

PyPI pyversions PyPI version Code style: black Documentation Status

Example use-cases

Font-formatting using licorice.font_format()

import licorice_font

message = licorice_font.font_format("This is licorice", ['BOLD', 'CYAN'])
print(message)

Screen Shot 2021-11-28 at 12 26 41 AM

Font-underlining using licorice.underline()

licorice_font.underline("This is licorice:", ['BOLD', 'PURPLE'])

Screen Shot 2021-11-28 at 12 31 35 AM

Installation

pip install licorice_font