A (WIP) python progress bar
pip install minibar
import minibar
import time
for i in minibar.bar(range(100)):
time.sleep(0.05)
bar = minibar.format('Time left: {bar} {eta}')
for i in minibar(range(100)):
time.sleep(0.05)
The following widgets are avaliable
{bar}
The progress bar{time_ellapsed}
The time ellapsed{eta}
The estimated time to finish{counter}
0 of 100