tqdm
fast, extensible progress bar for Python 3 and CLI tool
Install
- All systems
-
curl cmd.cat/tqdm.sh
- Debian
-
apt-get install python3-tqdm
- Ubuntu
-
apt-get install python3-tqdm
- Arch Linux
-
pacman -S python3-tqdm
- Kali Linux
-
apt-get install python3-tqdm
- Fedora
-
dnf install python3-tqdm
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-tqdm
- Raspbian
-
apt-get install python3-tqdm
- Dockerfile
- dockerfile.run/tqdm
python3-tqdm
fast, extensible progress bar for Python 3 and CLI tool
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes your loops show a smart progress meter, just by wrapping any iterable with "tqdm(iterable)". This package contains the Python 3 version of tqdm and its command-line tool.
python-tqdm
fast, extensible progress bar for Python 2
tqdm (read taqadum, تقدّم) means “progress” in Arabic. tqdm instantly makes your loops show a smart progress meter, just by wrapping any iterable with "tqdm(iterable)". This package contains the Python 2 version of tqdm .