Python Forum
Which version of python goes well with tkinter?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Which version of python goes well with tkinter?
#7
The new wxpython phoenix is very nice, and easy to use, see: https://wxpython.org/Phoenix/docs/html/gallery.html
and: https://pypi.python.org/pypi/wxPython/4.0.0b2
see: https://python-forum.io/Thread-wxPython-...ep-by-step
It is designed for Python 3.
The demo is exhaustive, and has code display for each and every example.

I have used tkinter extensively and as stranac says, it is ugly unless you you want to spend a lot of time customizing it.
It is also extremely difficult to get the geometry correct in anything other than the simplest of applications.

You can also use Qt5 (https://pypi.python.org/pypi/PyQt5/5.9.2) which is very nice, although I don't know how much longer they will suport a community edition.

I have been using wxpython phoenix and am very happy with it
Reply


Messages In This Thread
RE: Which version of python goes well with tkinter? - by Larz60+ - Dec-16-2017, 02:36 PM

Forum Jump:

User Panel Messages

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