This is a python package for printing text with different colors and styles. Best for printing results from CLI programs. Parts of the code is gotten from color
package.
niceprint comes with a few other functionalities such as SetInterval, ProgressBar, MultiColoredPrint. and many others
$ pip3 install niceprint
from niceprint import Print
from niceprint import MultiColoredPrint as mcp
Print("Niceprint", color="c")
mcp("Niceprint", color="crb")
Availiable at http://astraldev.github.io/niceprint
View changelog