ANN: progressbar 2.2 - Text mode progressbar for console applications

N

Nilton Volpato

Text progressbar library for python.
http://cheeseshop.python.org/pypi/progressbar

This library provides a text mode progressbar. This is tipically used to
display the progress of a long running operation, providing a visual clue
that processing is underway.

The ProgressBar class manages the progress, and the format of the line is
given by a number of widgets. A widget is an object that may display
diferently depending on the state of the progress. There are three types
of widget: - a string, which always shows itself; - a ProgressBarWidget,
which may return a diferent value every time it's update method is called;
and - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
expands to fill the remaining width of the line.

The progressbar module is very easy to use, yet very powerful. And
automatically supports features like auto-resizing when the terminal size
is changed. It's also efficient, because the text is only updated if need,
with a minimum overhead in the case there is no need for updating.

It was tested and works under windows, linux and macosx. And should also
work in many other untested operating systems.

You may get it from pypi: http://cheeseshop.python.org/pypi/progressbar


Thanks, Nilton.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top