Python  1.0
Functions
progress_bar Namespace Reference

Progress bar. More...

Functions

def progress_bar (value, max, barsize)
 Displays a progress bar on the console made of '#'. More...
 
def main ()
 

Detailed Description

Progress bar.

Author
Paulo Roma
Since
04/03/2011
See also
http://www.python.org.br/wiki/ReceitaBarraDeProgresso

Function Documentation

◆ main()

def progress_bar.main ( )

◆ progress_bar()

def progress_bar.progress_bar (   value,
  max,
  barsize 
)

Displays a progress bar on the console made of '#'.

Parameters
valuecurrent value of the parameter controlling the bar.
maxmaximum value of the parameter.
barsizenumber of characters to fill the bar.