SlackBuildsOrg/python/tqdm
Dimitris Zlatanidis 003e58dacf python/tqdm: Updated for version 4.19.4.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2017-11-18 12:40:41 +07:00
..
README python/tqdm: Updated for version 4.15.0. 2017-07-26 18:28:42 +07:00
slack-desc
tqdm.info python/tqdm: Updated for version 4.19.4. 2017-11-18 12:40:41 +07:00
tqdm.SlackBuild python/tqdm: Updated for version 4.19.4. 2017-11-18 12:40:41 +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