rsalmei / alive-progress

A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
MIT License
5.53k stars 206 forks source link

Can't use alive-progress in for loop? #77

Closed TheTechRobo closed 3 years ago

TheTechRobo commented 3 years ago

Just installed alive-progress with pip.

image

This is with the Python interpreter, the one that comes with debian.

BTW: Are you going to make a branch from the master branch that will have the 1.x code so you can still make bugfixes ?

rsalmei commented 3 years ago

Hey man, there's no bug in there, you just sent an integer to the bar.text() method... This i index is already seen inside the bar, but if you do want to put in the text section, you can bar.text(str(i)).

Regarding the 1.0 branch for bugfixes, yeah! Of course there will always be one. Any breaking bug I'll always try to fix, even after 2.0, just like I did recently with 1.6.2...

TheTechRobo commented 3 years ago

Ahhh, I feel stupid now hehe. Thanks. :)