tqdm is a fast, extensible progress bar for Python and CLI that enables you to see the progress of your loops in a clear and smart way. Simply wrap any iterable with tqdm(iterable), and sit back and watch that progress meter go!
tqdm can be wrapped around any iterable, or executed as a module with pipes. Just by inserting tqdm (or python -m tqdm) between pipes will pass through all stdin to stdout while printing progress to stderr.
tqdm does not require any dependencies, has a very low overhead and uses smart algorithms to predict the remaining time and skip unnecessary iteration displays. It works on just about any platform, console or in a GUI, as well as IPython/Jupyter notebooks.
Features
- Shows smart progress meter for Python and CLI
- Low overhead
- Smart algorithms predict time remaining and skips unnecessary iteration displays
- Works on any platform, console or in a GUI
- No necessary dependencies
- Can be iterable-based, used with manual control or executed as a module with pipes
License
MIT License, Mozilla Public License 2.0 (MPL 2.0)Follow tqdm
Other Useful Business Software
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of tqdm!