Differences between revisions 5 and 6
Revision 5 as of 2009-01-25 23:45:33
Size: 626
Editor: ool-4356421f
Comment:
Revision 6 as of 2009-02-12 05:03:54
Size: 742
Editor: ool-4356421f
Comment: updated Tkinter bullet items
Deletions are marked like this. Additions are marked like this.
Line 29: Line 29:
 * batteries included
 * ugh
 * standard GUI toolkit included with Python
 * simple and easy
 * currently-installed version probably doesn't support antialiased text yet :(

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

PythonCard

Tkinter

  • standard GUI toolkit included with Python
  • simple and easy
  • currently-installed version probably doesn't support antialiased text yet :(

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.