Python Forum
Thread Rating:
  • 3 Vote(s) - 3.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gui questions
#1
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?
Reply
#2
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:
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020