mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7f26b9929f
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
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)): ...