A minute package for formating output
Project description
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 https://niceprint.readthedocs.io/en/latest/
View changelog
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
niceprint-3.1.0.tar.gz
(6.9 kB
view hashes)
Built Distribution
Close
Hashes for niceprint-3.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2ed74057b743a31c1e4145534157d4f78dd59a1e821de5caef78b6d706e8e3a |
|
MD5 | bd9c95c3182c7c49f45cea74427d778c |
|
BLAKE2b-256 | 18db827fe8ce76b588267bc6b379f41e7b02e1cc1ff7ab2246ec84c328f1e217 |