jmquintana79
4/23/2017 - 10:19 AM

Progress bar

Progress bar

import time
from tqdm import tqdm

mylist = range(50)
for ielement in tqdm(mylist):
        # action with ielement
        # time.sleep(0.1) # only if is necessary