python-progressbar icon indicating copy to clipboard operation
python-progressbar copied to clipboard

Feature Request: Progressbar for collections and iterators of fixed size

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

This is very much a question of subjective taste, but about 95% of the time I 
use progressbar (which is a great library by the way), it is with a list or 
with an iterator who's size I know beforehand. And so, I always wind up writing 
the same 3/4 lines to set up my progress bar.

I have attached a mercurial patch that adds a function to progressbar.py called 
fixed_bar, which does exactly that. Would really appreciate it if you would 
merge them in.

Original issue reported on code.google.com by [email protected] on 15 Nov 2013 at 8:39

Attachments:

GoogleCodeExporter avatar Nov 16 '15 20:11 GoogleCodeExporter