Differences between revisions 11 and 21 (spanning 10 versions)
Revision 11 as of 2010-08-19 22:16:32
Size: 416
Editor: odcexsrv
Comment:
Revision 21 as of 2020-09-06 12:39:52
Size: 73
Editor: MalcolmSmith
Comment: Redirect to GuiProgramming
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:


= 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
{{{#!wiki note
This page has been merged into [[GuiProgramming]].
}}}

This page has been merged into GuiProgramming.

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

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