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.4.0.tar.gz
(7.0 kB
view hashes)
Built Distribution
Close
Hashes for niceprint-3.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 817d33f176254657f11804df7d4b6a49377391a84c35ef125a1453dbdd3e6892 |
|
MD5 | 99ba076b408d6c27fd44c1379b2ad638 |
|
BLAKE2b-256 | 00a588218cc2113f3eafc59144cf9aef9f58d2a6b51a6a184069dddf41ce070a |