Install python3-tqdm by entering the following commands in the terminal:
sudo apt update sudo apt install python3-tqdm
Description:
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.
Homepage: https://github.com/tqdm/tqdm
Version: 4.19.5-1
Section: universe/python