Renamed script

This commit is contained in:
Zakary Timson 2016-05-10 20:44:57 -04:00
parent 343a9945fc
commit 9db268127f

View File

@ -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.