A simple module for print.
Project description
Niceprint
This python module is used to print text in a fashonable, colored and styled way
Usage
Print : This is a class which prints the given text or group of texts in a particular color and at a particular time.
Example
from niceprint import Print
Print("Print test", color="c")
MultiColoredPrint : This is a class which prints a given text or group of texts in different colors at a particular time
Example
from niceprint import MultiColoredPrint as mcp
mcp("Print test", color=["r", "g"])
ProgressBar: This class creates a progress bar which can be pulsed or filled
Example
from niceprint import ProgressBar as pb
progress = pb(len=10, color="green")
progress.pulse(step=10)
progress.fill(ms=20)
Installation
For installation
pip install niceprint
or pip3 install niceprint
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-1.3.3.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for niceprint-1.3.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11a59de8913cbfe6e2d538435fc56d35b1d84890b898d99582f8045ee1eb9f8f |
|
MD5 | 7cb9b1f1a4e5d2e1582992b483dc1407 |
|
BLAKE2b-256 | c6747e95a36e1e196a6ce0c55ab0777dff61e624d89f45db6e6b6564ec5d02fb |