How-to guides¶
Task-focused recipes. Each page answers one question and assumes you have already read the tutorial.
- Wrap an iterable without managing the bar yourself
- Print while a bar is running
- Send logging output above a running bar
- Print one line per update instead of overwriting
- Color a bar, solid or gradient
- Write a custom widget
- Show a custom value next to the bar
- Put live values in the prefix or suffix
- Switch from tqdm without renaming your keywords
- Report a transfer’s size and speed
- Show progress when the total isn’t known
- Track several jobs at once with MultiBar
- Stack independent bars without MultiBar
- Run a batch in parallel with progress