Description
Show progress bars in Python console applications without taking over the whole terminal. It helps command-line tools communicate long-running work, nested tasks, and status updates more clearly.
This is a display helper, not a task runner. Progress output should remain readable in small terminals and should degrade gracefully when logs are captured without interactive terminal features.