slackbuilds_ponce/python/tqdm
Dionysis Ntreou 1dc0de88e5 python/python-tqdm: Updated for version 4.36.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-10-26 18:51:48 +07:00
..
README
slack-desc
tqdm.info python/python-tqdm: Updated for version 4.36.1. 2019-10-26 18:51:48 +07:00
tqdm.SlackBuild python/python-tqdm: Updated for version 4.36.1. 2019-10-26 18:51:48 +07:00

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