scisalt.utils.progressbar

class scisalt.utils.progressbar(total, length=20)[source]

Creates an animated progress bar.

New in version 1.3.

Parameters:

total : int

Total number of steps.

length : int

Number of characters long.

Attributes

step The current step.