Skip to main content

generate text progress bar for given values

Project description

A simple library to generate text progress bars for given values.

To install:

`pip install barify`

Example:

````
from barify import barify

print barify(84)
````

Prints out:

`[||||||||--]`

Here are the available optional arguments:

- `min_value`: The minimum value in the interval of the passed value. Default is 0.
- `max_val`: The maximum value in the interval of the passed value. Default is 100.
- `delimiters`: A 2 character string; left character is used for the left delimiter of the progress bar, and right character is used for the right delimiter of the progress bar. Default is '[]'
- `bar`: A 1 character string; character to use to represent a full bar. Default is '|'
- `empty`: A 1 character string; character to use to represent an empty bar. Default is '-'
- `num_bars`: The number of bars (both full and empty) that should compose the progress bar. Default is 10.

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

barify-0.1.6.tar.gz (2.1 kB view hashes)

Uploaded Source

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