Profile
Achievement
ctmiller's Recent Snippets
- All /
« Prev 1 Next »
Found on [Corey Goldberg's blog](http://coreygoldberg.blogspot.com/2010/01/python-command-line-progress-bar-with.html). Usage:
from progress_bar import ProgressBar
p = ProgressBar(60)
p.update_time(15)
print p
p.fill_char =...
0
503
posted 14 years ago by ctmiller