Differences between revisions 50 and 51
Revision 50 as of 2004-03-13 17:28:05
Size: 3677
Editor: sololess
Comment:
Revision 51 as of 2004-03-18 20:22:01
Size: 3674
Editor: ppp-225-53-48
Comment: Engrish grammar!
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
  || Wax || WxWindows || A wrapper to WxPython, more easy and more "pythonic" ||   || Wax || WxWindows || A wrapper to WxPython, easier and more "pythonic" ||

Note: This section is rather incomplete. Don't be too disappointed if you can't find the information you need, but please add any information you can contribute.

Todo:: Would it be useful to have information about the GUIs and development tools in a fixed format to make them more easily comparable (see WebProgrammingTemplate and WebProgrammingTemplateHelp). Some categories: directly supported widgets, addon widgets, layout managers, ...

Maybe it could answer the questions in ChoosingGuiToolkits for each toolkit?

Some available GUI's for Python:

  • Package

    Target

    Notes

    Platform-specific ("native")

    BeThon

    BeOS

    MacPython

    MacOS

    Supports both OSX and OS9

    Win32All

    Windows

    Also known by the names of its components: PythonWin (for the UI), Win32Com (for COM/ActiveX), Win32 (for some other parts of the API)

    ["venster"]

    Windows

    [http://venster.sf.net Venster] is a highly native Windows GUI toolkit for Python based on the ctypes ffi library. The aim of Venster is to be a very lightweight wrapper around the standard Win32 API, making it easy to write slick windows applications in pure Python.

    Portable

    TkInter

    Tk

    Python's "standard" GUI library

    WxPython

    WxWindows

    supports Windows/Unix/Mac for now - visit http://www.wxwindows.org

    Wax

    WxWindows

    A wrapper to WxPython, easier and more "pythonic"

    PythonCard

    WxWindows

    Both a framework and GUI builder. Can include wxPython code in PythonCard apps

    ["Jython"]

    Java (swing)

    PyGtk / PyGnome

    Gtk / Gnome

    PyQt

    Qt

    ["PyKDE"]

    Qt / KDE

    Python wrappers for the [http://www.kde.org/ KDE] libraries

    PyFltk

    FlTk

    supports Windows/Unix/Mac - visit http://pyfltk.sourceforge.net

    FxPy

    FOX

    PyPicoGUI

    [http://picogui.org/ PicoGUI]

    python library is included in the main PicoGUI release

    AnyGui

    many

    single source code runs on many GUI back-ends, including most others in this table, plus ncurses

    PyUi

    OpenGL

    Specialized GUI Toolkit for generating GUIs for OpenGL programs.

Anyone for a GuiProgrammingShootout?

GUI builders:

CameronLaird's personal notes on Python GUIs [http://phaseit.net/claird/comp.lang.python/python_GUI.html] includes over 25 links to toolkits and techniques for connecting python with a GUI.

Other places to look are PythonGuis at Thinki, and http://sensei.co.il/python/ui.html .

[http://www.opendocs.org/ Opendocs] has some material on Qt programming with python for onl-line reading.

Python City ([http://www.awaretek.com/plf.html]) has an on-line interactive GUI toolkit chooser for Python based on user-defined criteria: [http://www.awaretek.com/toolkits.html]

GuiProgramming (last edited 2024-04-09 18:58:46 by FeodorFitsner)

Unable to edit the page? See the FrontPage for instructions.