mvinyard / licorice

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 100.0%