EvilZone

Programming and Scripting => Scripting Languages => : techb January 13, 2016, 05:21:58 PM

: Progress bar for your for loops
: techb January 13, 2016, 05:21:58 PM
I found this on Reddit, it's one of them libs that you never knew you wanted until you see it.

https://pypi.python.org/pypi/tqdm
: Re: Progress bar for your for loops
: riptorrent January 19, 2016, 04:42:06 PM
Nice tip. I just learned of this on twitter the other day.  If you happen to be using tkinter  and python3 there is also ttk.progressbar.  You are right though, I find myself looking for a reason to use these types of things when I see them.