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 http://astraldev.github.io/niceprint
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.2.0.tar.gz
(6.7 kB
view hashes)
Built Distribution
Close
Hashes for niceprint-3.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85ddc83b6f44e9e84b1882cddfa7460bcdb3ca9be71e191d1cfab3e014dd6117 |
|
MD5 | 9e62b76863ee9dcfea4bfbd212d93377 |
|
BLAKE2b-256 | 13d309a177632b87d16cc33b1bf4b3c8df51e40d128088fedf34a18872d5fdd6 |