Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35638 > unrolled thread

Re: Command Line Progress Bar

Started byOscar Benjamin <oscar.j.benjamin@gmail.com>
First post2012-12-27 19:36 +0000
Last post2012-12-27 19:36 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Command Line Progress Bar Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-12-27 19:36 +0000

#35638 — Re: Command Line Progress Bar

FromOscar Benjamin <oscar.j.benjamin@gmail.com>
Date2012-12-27 19:36 +0000
SubjectRe: Command Line Progress Bar
Message-ID<mailman.1357.1356636999.29569.python-list@python.org>
On 26 December 2012 06:17, Kevin Anthony <kevin.s.anthony@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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web