Python Forum
python GUI - which to use ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python GUI - which to use ?
#2
Easy to use is relative as all graphics packages are quite complex. However the easiest (and by same criteria most restrictive) package is the built-in (most installations) tkinter.
Stepping up, Qt (latest version Qt5) is probably the most robust, but has limitations on commercial applications.

Personally I prefer the Phoenix version of wxpython which contains a rich library of widgets, an excellent demo package and can be used in commercial applications without restrictions. You can preview some of the available widgets here: https://wxpython.org/Phoenix/docs/html/gallery.html

For most platforms, you can install (from command line) using 'pip install wxpython'
Be sure to download the demo see: https://uwpce-pythoncert.github.io/Py300..._demo.html
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