From 9db268127fa7054030f1f2bf167b5c93e1053e27 Mon Sep 17 00:00:00 2001 From: Zakary Timson Date: Tue, 10 May 2016 20:44:57 -0400 Subject: [PATCH] Renamed script --- progress_bar.py => progressbar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename progress_bar.py => progressbar.py (97%) diff --git a/progress_bar.py b/progressbar.py similarity index 97% rename from progress_bar.py rename to progressbar.py index 251692b..b458b1e 100644 --- a/progress_bar.py +++ b/progressbar.py @@ -2,7 +2,7 @@ from time import time from sys import stdout -class ProgressBar: +class Progressbar: """ An iterable object that can display statics about its self such as time elapsed, percentage, progress as a fraction, iterations per second, estimated time and can generate an ascii progressbar.