slackbuilds_ponce/python/tqdm
..
README
slack-desc
tqdm.info
tqdm.SlackBuild

A fast, extensible progress bar for Python. Instantly make your
loops show a smart progress meter - just wrap any iterable with
tqdm(iterable), and you're done!

from tqdm import tqdm
for i in tqdm(range(9)):
    ...

Optional dependency: python3