Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help Create GUI
#10
So @Cordial, you want a graphical designer for your forms. There are some for most of the GUI platforms. I use one routinely if I want a GUI, using WX. Drag and drop design, and when complete click a button and it creates the code that will generate the screen. Modify that code to do the things you want and you are done.

It comes down to Python not endorsing one single GUI, rather allowing multiple GUIs to be developed. Eventually one may win out, but for now pick the one you like. TK, PyQT5, WX, whatever.
Reply


Messages In This Thread
help Create GUI - by yan_mhb - Jul-21-2020, 01:49 PM
RE: help Create GUI - by Axel_Erfurt - Jul-21-2020, 04:33 PM
RE: help Create GUI - by Cordial - Jul-21-2020, 08:09 PM
RE: help Create GUI - by Axel_Erfurt - Jul-21-2020, 09:09 PM
RE: help Create GUI - by Pedroski55 - Jul-22-2020, 12:47 AM
RE: help Create GUI - by Cordial - Jul-22-2020, 09:08 AM
RE: help Create GUI - by Pedroski55 - Jul-22-2020, 10:00 AM
RE: help Create GUI - by Axel_Erfurt - Jul-22-2020, 10:14 AM
RE: help Create GUI - by Cordial - Jul-22-2020, 12:51 PM
RE: help Create GUI - by jefsummers - Aug-02-2020, 06:45 PM

Forum Jump:

User Panel Messages

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