Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #83315
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <emil@fuse.pl> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.076 |
| X-Spam-Evidence | '*H*': 0.85; '*S*': 0.01; 'tutorial': 0.03; 'subject:application': 0.07; 'skip:\\ 10': 0.09; 'tutorials,': 0.09; 'windows,': 0.09; 'jan': 0.12; 'adam': 0.16; 'widgets.': 0.16; 'wrote:': 0.18; 'library': 0.18; 'wed,': 0.18; 'header:User- Agent:1': 0.23; 'library,': 0.24; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; '+0100,': 0.31; 'libraries': 0.31; 'maybe': 0.34; 'subject:with': 0.35; 'but': 0.35; 'google': 0.35; 'there': 0.35; 'interact': 0.36; 'application': 0.37; 'to:addr:python-list': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'most': 0.60; 'free': 0.61; 'helps': 0.61; 'content-disposition:inline': 0.62; 'life': 0.66; 'received:46': 0.66; 'here': 0.66; 'received:pl': 0.69; 'to,': 0.72; '2015': 0.84; 'ps.': 0.84; 'received:31': 0.91; 'relating': 0.93 |
| Date | Thu, 8 Jan 2015 04:16:32 +0100 |
| From | Emil Oppeln-Bronikowski <emil@fuse.pl> |
| To | python-list@python.org |
| Subject | Re: application console with window |
| References | <m8k10h$cpe$1@news.icm.edu.pl> |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| In-Reply-To | <m8k10h$cpe$1@news.icm.edu.pl> |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-AntiAbuse | This header was added to track abuse, please include it with any abuse report |
| X-AntiAbuse | Primary Hostname - pol41.nameserverus2.com |
| X-AntiAbuse | Original Domain - python.org |
| X-AntiAbuse | Originator/Caller UID/GID - [47 12] / [47 12] |
| X-AntiAbuse | Sender Address Domain - fuse.pl |
| X-Get-Message-Sender-Via | pol41.nameserverus2.com: authenticated_id: emil+fuse.pl/only user confirmed/virtual account not confirmed |
| X-Source | |
| X-Source-Args | |
| X-Source-Dir | |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.17463.1420686742.18130.python-list@python.org> (permalink) |
| Lines | 20 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1420686742 news.xs4all.nl 2884 [2001:888:2000:d::a6]:37216 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:83315 |
Show key headers only | View raw
On Wed, Jan 07, 2015 at 10:17:09PM +0100, adam wrote: > Is in here maybe someone who speak Polish? Mówię, a raczej piszę. > I'm looking for some libs, tutorials, or other informations. This is terminal application using (n)curses or smilar library that helps you draw & interact with windows, forms and other widgets. You can use curses library, but it's a little big hairy. There are a few extra libraries that make writing "full-screen" terminal application a breeze. The most popular one (…and complete?) is urwid, and there are pages of tutorial once you google for it. PS. if you need some help feel free to e-mail me off-list. -- vag·a·bond adjective \ˈva-gə-ˌbänd\ a : of, relating to, or characteristic of a wanderer b : leading an unsettled, irresponsible, or disreputable life
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
application console with window adam <adam@poczta.emiter-uslugi.pl> - 2015-01-07 22:17 +0100
Re: application console with window jacek pozniak <jacek.pozniak@flowservice.pl> - 2015-01-07 22:51 +0100
Re: application console with window adam <adam@poczta.emiter-uslugi.pl> - 2015-01-08 17:07 +0100
Re: application console with window jacek pozniak <jacek.pozniak@flowservice.pl> - 2015-01-08 23:32 +0100
Re: application console with window Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-01-07 20:32 -0500
Re: application console with window adam <adam@poczta.emiter-uslugi.pl> - 2015-01-08 17:11 +0100
Re: application console with window Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-01-08 22:17 -0500
Re: application console with window Emil Oppeln-Bronikowski <emil@fuse.pl> - 2015-01-08 04:16 +0100
Re: application console with window adam <adam@poczta.emiter-uslugi.pl> - 2015-01-08 17:18 +0100
Re: application console with window Emil Oppeln-Bronikowski <emil@fuse.pl> - 2015-01-08 17:32 +0100
Re: application console with window adam <adam@poczta.emiter-uslugi.pl> - 2015-01-08 17:42 +0100
Re: application console with window Chris Warrick <kwpolska@gmail.com> - 2015-01-08 17:53 +0100
Re: application console with window Rick Johnson <rantingrickjohnson@gmail.com> - 2015-01-08 18:09 -0800
csiph-web