SimpleProgress shows progress as a raw count, like "5 of 47".
Reach for it when the counts themselves are useful information, not
just their ratio. format controls the rendering (default
%(value_s)s of %(max_value_s)s).
.. autoclass:: progressbar.widgets.SimpleProgress :members: :show-inheritance: :no-index:
.. demo:: widgets/simple-progress
- :doc:`percentage`: the ratio alone, when the raw counts do not matter.
- :doc:`unit-progress`: the same count with a unit label attached.
- :doc:`counter`: the same count with no total to compare against.