Easy way to write things like status bars
Project description
pecho
Pecho makes it easy to write things like status bars.
Usage
from pecho import echo
echo('1%') # 1%
echo('2%') # Replaces with 2%
echo('3%', newline=True) # Replaces with 3% and appends a newline
echo('4%') # 3%\n4%
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pecho-0.2.0.tar.gz
(2.4 kB
view hashes)
Built Distribution
pecho-0.2.0-py3-none-any.whl
(4.1 kB
view hashes)