astraldev / niceprint

Module for pretty output.

Home Page:https://niceprint.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Module for pretty output.

https://niceprint.readthedocs.io/en/latest/


Languages

Language:Python 100.0%