Python Forum
python GUI - which to use ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python GUI - which to use ?
#7
Qt Designer is the most advance designer for GUI in Python,it's close looking to Visual Studio C#/Net designer.
It free to use,install under start Qt Designer with designer command line.
# Install PyQt5 
pip install PyQt5

# This will install PyQt5 designer 
pip install pyqt5-tools

# Install wxPython 
pip install wxpython
Johnse Wrote:Thanks, nice to know. Out of those
which one is nice to know that can create
professional GUI design ?
All can be used for that,no is it more common to use Qt or wxPython for that.
Ex VLC is Qt, Wxpython eg screen shot from wxWidgets(wxpython is the Python version of wxWidgets).
Thonny is made with Tkinter.

Look at this Thread where we discuss Moore about this,
there also mention using Web as GUI,this is what i have done most over the latest year,i used a lot wxPython before.
Reply


Messages In This Thread
python GUI - which to use ? - by Johnse - Sep-10-2019, 02:23 AM
RE: python GUI - which to use ? - by Larz60+ - Sep-10-2019, 10:17 AM
RE: python GUI - which to use ? - by metulburr - Sep-10-2019, 11:12 AM
RE: python GUI - which to use ? - by Johnse - Sep-10-2019, 11:37 AM
RE: python GUI - which to use ? - by buran - Sep-10-2019, 12:02 PM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 03:43 AM
RE: python GUI - which to use ? - by snippsat - Sep-11-2019, 05:35 AM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 09:41 AM
RE: python GUI - which to use ? - by buran - Sep-11-2019, 05:59 AM
RE: python GUI - which to use ? - by Larz60+ - Sep-11-2019, 12:00 PM
RE: python GUI - which to use ? - by buran - Sep-11-2019, 12:14 PM
RE: python GUI - which to use ? - by Johnse - Sep-11-2019, 12:40 PM
RE: python GUI - which to use ? - by Larz60+ - Sep-11-2019, 12:46 PM
RE: python GUI - which to use ? - by snippsat - Sep-11-2019, 02:18 PM
RE: python GUI - which to use ? - by Johnse - Sep-13-2019, 11:05 PM
RE: python GUI - which to use ? - by buran - Sep-14-2019, 06:14 AM
RE: python GUI - which to use ? - by snippsat - Sep-14-2019, 08:25 AM
RE: python GUI - which to use ? - by Axel_Erfurt - Feb-19-2021, 09:01 PM
RE: python GUI - which to use ? - by kkaur - Feb-20-2021, 12:53 PM

Forum Jump:

User Panel Messages

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