redtoad / python-progressbar

Automatically exported from code.google.com/p/python-progressbar
Other
0 stars 0 forks source link

RFE: Support progress bar with undefined ends #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be convenient if this progress measuring tool will be able to display 
progress of processes with undefined end.

Example of such process is calculating statistics on very big CSV table from 
file---when time of measuring number of items is big and almost equal to time 
of processing. It is impossible to estimate running time on such processes but 
it would be very useful to see number of processed items, rotating marker and 
current running time.

Thanks,

Vladimir Rutsky

Original issue reported on code.google.com by rutsky.v...@gmail.com on 17 Sep 2010 at 4:16

GoogleCodeExporter commented 8 years ago

Original comment by nilton.v...@gmail.com on 18 Sep 2010 at 4:08

GoogleCodeExporter commented 8 years ago
I know it's been awhile, but check out:
http://code.google.com/r/terencehonles-python-progressbar/source/detail?r=291481
0af9066eb47da0a1c2df81c43050efa64f

I cloned the repo and ended up adding some changes which address your comment

Original comment by Terence....@gmail.com on 15 May 2011 at 9:14

GoogleCodeExporter commented 8 years ago
The changes have been merged. If the max value is left "unknown" then you must 
use widgets which do not need to know the max length: timers, counters, labels, 
action bars, etc.

Original comment by Terence....@gmail.com on 16 May 2011 at 3:31

GoogleCodeExporter commented 8 years ago
Not tried new version yet, but thanks!

Original comment by rutsky.v...@gmail.com on 17 May 2011 at 1:45