mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
f6888b08fd
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> |
||
---|---|---|
.. | ||
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)): ...