Skip to content

Instantly share code, notes, and snippets.

@priya1315
priya1315 / README.md
Created November 15, 2018 13:38 — forked from t0xicCode/README.md
Build and display an animated text-based progress bar in python

This started out as a fork of the progress bar class which I first hosted on ActiveState Code.

It builds a text progress bar and displays it with the draw() method.

The methods are showcased below:

from progressBar import progressBar

# Initiates the progessBar
prog = progressBar(maxValue = 50)