Skip to main content

A progress bar for terminal apps

Project description

Terminal Progress Bar

A easy to use python progress bar for your terminal.

Example Gif

Options:

  • label - the text infront of the bar
  • bar_length - number of total markers to show
  • full_marker - character for progress indicator
  • empty_marker - character for remaining progress

Usage

Check out the included example.py for a working demo of the default usage and a customized version.

import progressbar as pb

bar = pb.ProgressBar()

total = 10
for i in range(total):
    bar.progress(i, total)

Credit and Contact

Created by Wyatt Ferguson

For any comments or questions your can reach me on Twitter @wyattferguson

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

wfprogressbar-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

wfprogressbar-0.0.1-py3-none-any.whl (3.1 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