Python Forum

Full Version: gui questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
can u use just regular python to make a guy? or do i have to download something? and if i can use just the standard python libraries... can u point me in the direction of a tutorial plz?
Python (most) come with tkinter installed (if not, it can be installed).
Tkinter is a wrapper around the well known tk (from tcl/tk) graphics system.

It is quite adequate for most applications, though there are several external
packages (PyQt4 and PyQt5, WxPython, PyGTK, ProjectPheonix)


some are quite good.

I have an example that uses tkinter here: