TDMQ Python

from tqdm import tqdm
for i in tqdm(range(10000)):
Georgiy Kantsedal