A simple Python project to generate nice prints
Project description
What is Nice Printer?
Nice printer is a project to improve your python scripts presentations by printing nice outputs on your shell easily.
Screenshots of example.py output
API
underline(string)
darkcyan(string)
purple(string)
yellow(string)
green(string)
cyan(string)
blue(string)
bold(string)
red(string)
colorsChars(string)
center(string)
hr(percentage = 75, sym = ‘-‘)
box(string, hsym = ‘-’, vsym = ‘|’)
bbox(string)
cbox(string, hsym = ‘-’, vsym = ‘|’)
cbbox(string)
title(string, percentage = 75, sym = ‘-‘)
listing(head, array, vsym = ‘|’, hsym = ‘=’, centered = False, boldHead = True)
table(array, vsym = ‘|’, hsym = ‘=’, centered = False, boldHead = True