Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35638
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <oscar.j.benjamin@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.027 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'messages.': 0.04; 'cc:addr :python-list': 0.10; 'cc:name:python list': 0.16; 'subject:Line': 0.16; 'wrote:': 0.17; 'implementing': 0.17; 'bar.': 0.22; 'cc:2**0': 0.23; 'kevin': 0.23; "i've": 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'url:code': 0.29; "i'm": 0.29; 'december': 0.32; 'file': 0.32; 'print': 0.32; 'progress': 0.33; 'received:google.com': 0.34; 'doing': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'hello,': 0.39; 'header:Received:5': 0.40; 'url:p': 0.63; 'subject:Bar': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sQfX81XdCGgYrgS3DYoK1W1gpq5vJXoLDBjnMRbXA5k=; b=E+Ydl3FVisPGTwsTJxNvFEnJwfrGULZgO4T/f23VX1PP++x5Kf2kq26kZ/5fdYwRVz DFYUL0uN4Ma0FIZvarE7dsUsyNb6hjfz4d0X8wG/+syLR9UKl7d7ErUtTDTOIcBClwBv dYG72XSnYTt3i8FxnyyTUJ0yVsrd5KTP0Inj7GXhM8ISI6OYBoy7rgMxH8kPVDgED37V t4Apgjda2669joB9Ft1SeITUhuQnrbxNprYD554r4hdEIxLGrlF9gm/RCjCImUlcJqyp 3Ar8BakXgxa+g7IK2BAS9lvgowEF0i80sSSya0yYiGasvI666y+NzlnNVAouavXHi/wE otjQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <CA+C4C6d9_TOMMAe_oVms+4r2D6i+dJbot7h_rSwvWmtxjz5CmQ@mail.gmail.com> |
| References | <CA+C4C6d9_TOMMAe_oVms+4r2D6i+dJbot7h_rSwvWmtxjz5CmQ@mail.gmail.com> |
| Date | Thu, 27 Dec 2012 19:36:36 +0000 |
| Subject | Re: Command Line Progress Bar |
| From | Oscar Benjamin <oscar.j.benjamin@gmail.com> |
| To | Kevin Anthony <kevin.s.anthony@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | Python List <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1357.1356636999.29569.python-list@python.org> (permalink) |
| Lines | 8 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1356636999 news.xs4all.nl 6975 [2001:888:2000:d::a6]:55586 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:35638 |
Show key headers only | View raw
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/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Command Line Progress Bar Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2012-12-27 19:36 +0000
csiph-web