Python Forum
looking for example code for GUI
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
looking for example code for GUI
#2
You can start with this
http://www.tutorialspoint.com/pyqt/

First of all you must decide which framework you will work with.
Here is a list with all GUIs for Python.
https://wiki.python.org/moin/GuiProgramming

The most active are PyQt and Pyside.

PySide comes with two flavors. PySide1 which is QT4 framework. It is stopped developed because the QT has gone to new version QT5.
So we have PySide2, which is QT5 framework.
A note. PySide2 is founded and supported by Qt Company and it is the official package of QT for Python.
Although, it is not very active community.

PyQt comes also with two flavors.
One community edition and one commercial edition.
PyQt is been developed by a company named Riverbank.
The project is mature with no bugs and it has a very active community and you get great help from mailing-list

Personally i prefer PyQt.
Reply


Messages In This Thread
looking for example code for GUI - by Skaperen - Oct-30-2016, 03:34 AM
RE: looking for example code for GUI - by demosthenesk - Oct-30-2016, 04:50 AM
RE: looking for example code for GUI - by Skaperen - Oct-30-2016, 05:35 AM
RE: looking for example code for GUI - by Larz60+ - Oct-30-2016, 05:02 AM
RE: looking for example code for GUI - by Barrowman - Oct-30-2016, 08:50 AM
RE: looking for example code for GUI - by metulburr - Oct-30-2016, 10:39 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 12:17 AM
RE: looking for example code for GUI - by Skaperen - Oct-31-2016, 03:25 AM
RE: looking for example code for GUI - by Larz60+ - Oct-31-2016, 04:30 AM

Forum Jump:

User Panel Messages

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