Command Line Progress Bar
Oscar Benjamin
oscar.j.benjamin at gmail.com
Thu Dec 27 14:36:36 EST 2012
On 26 December 2012 06:17, Kevin Anthony <kevin.s.anthony at gmail.com> wrote:
> Hello,
> I'm writing a file processing script(Linux), and i would like to have a
> progress bar. But i would also like to be able to print messages. Is there
> a simple way of doing this without implementing something like ncurses?
Other projects have been suggested. I've used this one:
http://code.google.com/p/python-progressbar/
More information about the Python-list
mailing list