Skip to main content

Easy way to write things like status bars

Project description

pecho

Tests codecov PyPI PyPI - Python Version PyPI - Wheel

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.5.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pecho-0.5.2-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page