Last updated:
0 purchases
pecho 0.5.2
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%
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.