Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.018 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'lang': 0.09; 'cc:addr :python-list': 0.10; '[y,': 0.16; 'boolean': 0.16; 'stuff,': 0.16; 'subject:form': 0.16; 'subject:make': 0.16; 'subject:simple': 0.16; 'wrote:': 0.19; 'example': 0.19; 'header:In-Reply-To:1': 0.22; 'select': 0.22; 'that.': 0.24; 'cc:2**0': 0.26; 'header :User-Agent:1': 0.26; 'cc:no real name:2**0': 0.27; 'cc:addr:python.org': 0.28; 'question': 0.28; 'subject:some': 0.28; 'hi,': 0.29; 'help,': 0.31; 'url:org': 0.35; 'there': 0.36; 'thank': 0.36; 'subject:: ': 0.37; 'some': 0.39; 'charset:windows-1252': 0.63; 'klein': 0.65; 'received:194': 0.69; 'subject:"': 0.71 X-IronPort-AV: E=Sophos;i="4.75,357,1330902000"; d="scan'208";a="302488" X-Virus-Scanned: amavisd-new at zimbra.sequans.com Date: Mon, 02 Apr 2012 15:54:48 +0200 From: Jean-Michel Pichavant User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) MIME-Version: 1.0 To: =?windows-1252?Q?St=E9phane_Klein?= Subject: Re: I look for a package to make some simple console "form" References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1333374896 news.xs4all.nl 6874 [2001:888:2000:d::a6]:56174 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:22465 Stéphane Klein wrote: > Hi, > > I look for a package to make some console "form". > > It's a standard stuff, I think there are a package to do that. > > Example : > > What is your name ? > Select your lang [EN, FR, DE…] ? > Do you want … [Y, N] ? > > Type of field : > > * textline > * select choice > * boolean question > > Thank for your help, > Stéphane Hi, Have a look at http://excess.org/urwid/ JM