Table of Contents
Library resources | |
---|---|
PyPI | https://pypi.org/project/tqdm/ |
Github | https://github.com/tqdm/tqdm |
Documentation | https://tqdm.github.io/ |
Getting Started
pip3 install tqdm
Usage
from tqdm import tqdm
for x in tqdm(data):
not only does it show a progress bar, but it also handles count (done/to do) and estimated time to completion!
Example
copying my music library: