Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52032
| References | <d5k10959lpbkdh02o5em9tmfhlqnac20vh@4ax.com> |
|---|---|
| Date | 2013-08-06 13:22 +0200 |
| Subject | Re: [GUI] Good frameworks for Windows/Mac? |
| From | Vlastimil Brom <vlastimil.brom@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.244.1375788124.1251.python-list@python.org> (permalink) |
2013/8/6 Gilles <nospam@nospam.com>: > Hello > > I need to write a small GUI application that should run on Windows and > Mac. > > What open-source framework would you recommend? I just need basic > widgets (button, listbox, etc.) and would rather a solution that can > get me up and running fast. > > I know about wxWidgets and Qt: Are there other good options I should > know about? > > Thank you. > -- > http://mail.python.org/mailman/listinfo/python-list Hi, I mostly use wxPython myself, but if you just need some basic widgets and not some very complex or non-standard layouts, the tkinter - available in the standard library - might be perfectly viable. http://docs.python.org/3.3/library/tk.html The more recent versions of python also support ttk and Tix which has further possibilities, styling etc. There is further e.g. Python GUI http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ and several others http://wiki.python.org/moin/GuiProgramming hth, vbr
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-06 12:35 +0200
Re: [GUI] Good frameworks for Windows/Mac? Vlastimil Brom <vlastimil.brom@gmail.com> - 2013-08-06 13:22 +0200
Re: [GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-07 00:13 +0200
Re: [GUI] Good frameworks for Windows/Mac? Jordi Riera <kender.jr@gmail.com> - 2013-08-06 13:03 +0200
Re: [GUI] Good frameworks for Windows/Mac? sagar varule <sagar.varule@gmail.com> - 2013-08-08 01:47 -0700
Re: [GUI] Good frameworks for Windows/Mac? Gilles <nospam@nospam.com> - 2013-08-08 11:17 +0200
csiph-web