Graphical User Interfaces (GUI)
Python hosting: Host, run, and code Python in the cloud!
Graphical interfaces can be made using a module such as PyQt5, PyQt4, wxPython or Tk. PyQt5 is the most popular option for creating graphical apps with Python.
Python GUI courses
Prefer a course or want to get certified?
PyQT5 Articles about the latest version of cross-platform toolkit.
- PyQt5 overview
- PyQt5 window
- PyQt5 buttons
- PyQt5 messagebox
- PyQt5 textbox
- PyQt5 menu
- PyQt5 table
- PyQt5 tabs
- PyQt5 horizontal layout
- PyQt5 grid layout
- PyQt5 input dialogs
- PyQt5 file dialogs
- PyQt5 load image
PyQT4 / QT A popular cross-platform toolkit developed by Riverbank Computing.
- QT4 Window
- QT4 Buttons
- QT4 Messagebox
- QT4 Menu
- QT4 Widgets
- QT4 Textbox
- QT4 Tables
- QT4 Tabs
- QT4 Progressbar
- QT4 Pixmaps (Images)
- QT4 Open File Dialog
- QT4: Build an application (beginners tutorial)
- QT4: Creating a GUI with designer (pro tutorial)
Tkinter The standard GUI package for Python.
WxPython, WxWidgets A cross platform GUI toolkit.