verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

feature request: Bar add property index to get current index easily #48

Closed skyhiter closed 5 years ago

skyhiter commented 6 years ago

if i want to get the current index, i need to write "counter" variable manually or "enumerate(list)". Is there any other way?

thanks.