Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69429
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <jfharden@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.016 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'python)': 0.05; 'tkinter': 0.07; 'welcome.': 0.07; 'windows,': 0.09; 'email addr:hotmail.com>': 0.16; 'subject:GUI': 0.16; 'wxpython': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'examples': 0.20; "i've": 0.25; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; '(most': 0.33; 'could': 0.34; 'tool': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'like,': 0.36; 'useful': 0.36; 'possible': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'skip:x 10': 0.40; 'most': 0.60; 'between': 0.67; 'benefit': 0.68; 'mar': 0.68 |
| 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 :content-type; bh=ih0BaCwA3L5xuX0jgK5wIv9P3hXQhCHNm6VA4RA3k8U=; b=AxE5NVBJQL5oHAb0jqIstSDT5vYmBJ3lSOg6O/TP8Ot6FOp+3dcN4jStBnPBRRtH8M JlOvlmdSqBdkeW7hlExaO16jLclGb+Q741cIR7CHhOWsWc4EwlMV7dXE2WCGXx7cJA+y Nd+G/R3DwWKPrwBfi8VcVMyVtF9FVUAoDmvsC6IN/y10CjYZ09Wu2Xt7IMtpvQMaFVOL kpcbegF6PWSSsVphu3DriSctpLmFT67Yt8rAlFSBu2bgjChbtc3uJzmIqmHXO/ub2Lyx c9wdCbMH9An9Yb0aW3Zs+RuVmQG+AsboeyLgpBWsV/paz3mAa3Z38fytoGVsFwDA36/u 0aZg== |
| MIME-Version | 1.0 |
| X-Received | by 10.236.84.107 with SMTP id r71mr1319031yhe.108.1396257249279; Mon, 31 Mar 2014 02:14:09 -0700 (PDT) |
| In-Reply-To | <c168919b-5d38-46f8-b97f-91eb49867814@googlegroups.com> |
| References | <c168919b-5d38-46f8-b97f-91eb49867814@googlegroups.com> |
| Date | Mon, 31 Mar 2014 10:14:09 +0100 |
| Subject | Re: Examples of modern GUI python programms |
| From | Jonathan Harden <jfharden@gmail.com> |
| To | python-list@python.org |
| Content-Type | multipart/alternative; boundary=20cf3010e5575bc4fc04f5e379c0 |
| X-Mailman-Approved-At | Mon, 31 Mar 2014 15:26:58 +0200 |
| 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.8741.1396272420.18130.python-list@python.org> (permalink) |
| Lines | 33 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1396272420 news.xs4all.nl 2950 [2001:888:2000:d::a6]:48203 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69429 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 31 Mar 2014 00:21, "D. Xenakis" <gouzounakis@hotmail.com> wrote: > ... Snip ... > What i need is to develop an android looking program (entirelly in python) for windows, but dunno if this is possible (most propably is), and which tool between those would help me most: tkinter - wxpython - pyqt - pygtk . > > Any examples and suggestions are most welcome. While I've not used it much Kivy could be useful if you want it to look Android like, with the added benefit that you can build for android as well.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Examples of modern GUI python programms "D. Xenakis" <gouzounakis@hotmail.com> - 2014-03-30 16:16 -0700
Re: Examples of modern GUI python programms Michael Torrie <torriem@gmail.com> - 2014-03-30 20:16 -0600
Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-30 22:47 -0700
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-03-31 08:48 +0000
Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-31 02:33 -0700
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-03-31 20:16 +0000
Re: Examples of modern GUI python programms Metallicow <metaliobovinus@gmail.com> - 2014-03-31 20:47 -0700
Re: Examples of modern GUI python programms David Hutto <dwightdhutto@gmail.com> - 2014-04-01 00:24 -0400
Re: Examples of modern GUI python programms Jonathan Harden <jfharden@gmail.com> - 2014-03-31 10:14 +0100
Re: Examples of modern GUI python programms CM <cmpython@gmail.com> - 2014-03-31 22:14 -0700
Re: Examples of modern GUI python programms Wolfgang Keller <feliphil@gmx.net> - 2014-04-01 17:19 +0200
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-02 12:14 +0000
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-02 11:52 +0000
Re: Examples of modern GUI python programms Robert Kern <robert.kern@gmail.com> - 2014-04-03 15:02 +0100
Re: Examples of modern GUI python programms Fabio Zadrozny <fabiofz@gmail.com> - 2014-04-03 11:00 -0300
Re: Examples of modern GUI python programms Chris Angelico <rosuav@gmail.com> - 2014-04-04 01:25 +1100
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-03 17:22 +0200
Re: Examples of modern GUI python programms Sturla Molden <sturla.molden@gmail.com> - 2014-04-03 22:31 +0000
Re: Examples of modern GUI python programms Chris Angelico <rosuav@gmail.com> - 2014-04-04 09:44 +1100
csiph-web