python3-progressbar2

Text progress bar library for Python
  https://github.com/WoLpH/python-progressbar
  0
  no reviews



A text progress bar is typically used to display the progress of a long running operation, providing a visual cue that processing is underway.

The ProgressBar class manages the current progress, and the format of the line is given by a number of widgets. A widget is an object that may display differently depending on the state of the progress bar.