Description
Displays progress bars from Python programs. It helps command-line tools show long-running work such as downloads, conversions, scans, or batch processing in a way users can follow.
This is a display helper. It does not control the underlying task, so applications still need proper cancellation, error handling, and honest progress reporting.