Skip to content

astraldev/niceprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

niceprint

Description

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

Installation

$ pip3 install niceprint

Examples

from niceprint import Print
from niceprint import MultiColoredPrint as mcp

Print("Niceprint", color="c")

mcp("Niceprint", color="crb")

Documentation

Availiable at http://astraldev.github.io/niceprint

View changelog