Você está na página 1de 3

Tkinter Module

Tk interface,is a binding to Tcl/Tk that in former days was developed by Sun


Labs. Actually it works on top of Tcl/Tk. To use Tkinter, you don't need to
write Tcl code. Occasionally, you will need to consult the Tk documentation
and the Tcl documentation because Tk's low-level event handling mechanism
is considered part of Tcl.

Pythonwin/MFC
Microsoft Foundation Class Library (MFC)
Pythonwin, Pythonwin is distributed as two key componentsPythonwin.exe
and win32ui.pyd. The latter contains all the bindings to the MFC (tens of MFC
objects are exposed, including Common Controls, Property Pages/Sheets,
Toolbars, and so on), and the former is a simple wrapper that hosts
win32ui.pyd, being just a sample program for the MFC user interface
environment.
Pythonwin runs only on Windows, hence, if you need to have your program
running on both Win32 and UNIX platforms, you can use the Tk libraries
instead.

wxPython
wxPython is a GUI toolkit for the Python programming language that works
like a wrapper to the wxWindows C++ library. It is written in Python and uses
the LPGL license.
wxWindows is a free, well-established, and well-documented set of libraries
that allows C++ applications to compile and run on several different types of
computers, with minimal source code changes. The wx in the name
wxWindows means w for Windows, and x for X system. It is supposed to be a
way to say that it is a Windows system that supports both platforms.
Each supported GUI (such as GTK+, Windows, Motif, and Mac) has its own
library provided by the wxWindows, which exposes natural API for all of
them. The API is much simpler to use than other native GUI APIs. Note that
you cannot use wxWindows as a GUI translator.

PyQt
PyQt is a set of straightforward Python bindings for the Qt toolkit, which is
written in C++.
PyQT's Web site is a good source of documentation about PyQT and QT itself.
PyQT: Development Tools for Qt Libraries
http://www.thekompany.com/projects/pykde

PyKDE
KDE toolkitthe KDE classes
Just as KDE uses QT, PyKDE uses PyQT.
Wpy
Wpy is a class library system, based on the Microsoft Foundation Classes,
that is used for writing GUI code easily in Python. Wpy is designd for
simplicity and portability.

PyGTK
GTK is similar to Qt, but the difference is that you can develop open software,
free software, or even commercial non-free software without having to pay
anything for licenses. pygtk/examples or pygnome/examples directory for
details. The pygnome/examples directory is only part of the gnome-python
package that is covered in the next section.
PyOpenGL
OpenGL is the premier environment for developing portable, interactive 2D
and 3D graphics applications from modeling to scientific to games. Since its
introduction in 1992, OpenGL has become the industry's most widely used

and supported 2D and 3D graphics application programming interface (API),


bringing thousands of applications to a wide variety of computer platforms
PyOpenGL
(Python Tk-OpenGL Module) is the OpenGL-Widget for Python/Tk

Você também pode gostar