Skip to main content

Simple text progress bar library

Project description

A (WIP) python progress bar

Travis CI build status

Installing

pip install minibar

Usage

import minibar
import time

for i in minibar.bar(range(100)):
    time.sleep(0.05)

Output:

Progress bar

Minibar can be customized

bar = minibar.format('Time left: {bar} {eta}')

for i in minibar(range(50)):
    time.sleep(0.1)

The following widgets are avaliable

  • {bar} The progress bar

  • {time_ellapsed} The time ellapsed

  • {eta} The estimated time to finish

  • {counter} 0 of 100

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

minibar-0.1.tar.gz (3.5 kB view details)

Uploaded Source

File details

Details for the file minibar-0.1.tar.gz.

File metadata

  • Download URL: minibar-0.1.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for minibar-0.1.tar.gz
Algorithm Hash digest
SHA256 51d65f2bef0394d0afaa71f3ae11efef1d623939921f97bf6c5be3c1bd0cfbc4
MD5 c935bfa49cb49e4f97fb8e24371105d7
BLAKE2b-256 4ec59275972ae0aff6a8102978b677290aae7e7ca1133bc0765b685cc2d5b1f1

See more details on using hashes here.

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