Differences between revisions 11 and 12
Revision 11 as of 2010-08-19 22:16:32
Size: 416
Editor: odcexsrv
Comment:
Revision 12 as of 2010-10-10 16:46:27
Size: 849
Editor: techtonik
Comment: reverting odcexsrv edit
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
See also [[GuiProgramming]] for a full list of toolkits.
Line 2: Line 3:
= pyFLTK =

 * [[pyFLTK]] is a wrapper for [[FLTK]]
 * cross-platform
 * small and fast
 * access to OpenGL

= Pygame =
 * you are in full control
 * you are responsible for everything
 * only one window

= PyGTK =
 * powerful - aims to be a 1:1 GTK wrapper
 * good GTK docs out there for both C and Python
 * it's a wrapper - sometimes C idioms leak through

See also GuiProgramming for a full list of toolkits.

pyFLTK

  • pyFLTK is a wrapper for FLTK

  • cross-platform
  • small and fast
  • access to OpenGL

Pygame

  • you are in full control
  • you are responsible for everything
  • only one window

PyGTK

  • powerful - aims to be a 1:1 GTK wrapper
  • good GTK docs out there for both C and Python
  • it's a wrapper - sometimes C idioms leak through

Pyglet

  • new
  • OpenGL-y (3D)

PyQt

  • Wraps Qt
  • Not just GUI features

PySide

  • Wraps Qt
  • Api compatible with PyQt

  • LGPL License

PythonCard

  • Wraps WX
  • Easy to use
  • Graphic widget insertion
  • Slightly slow

Tkinter

  • standard GUI toolkit included with Python
  • simple and easy

wxPython

  • cross platform
  • doesn't always look the same though

GUI Programming in Python (last edited 2020-09-06 12:39:52 by MalcolmSmith)

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