![]() |
Python
1.0
|
Progress bar. More...
Functions | |
def | progress_bar (value, max, barsize) |
Displays a progress bar on the console made of '#'. More... | |
def | main () |
def progress_bar.main | ( | ) |
def progress_bar.progress_bar | ( | value, | |
max, | |||
barsize | |||
) |
Displays a progress bar on the console made of '#'.
value | current value of the parameter controlling the bar. |
max | maximum value of the parameter. |
barsize | number of characters to fill the bar. |