Python Forum
[Tkinter] Need some basic help with GUI graphics
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] Need some basic help with GUI graphics
#3
Since you are just starting out with GUI, might I suggest trying wxpython
instead. It is , in my opinion, much easier to use.
Tkinter is fine for small projects, but can be a nightmare when it comes to
container and widget layout. Drag and drop, and window expansion are both
difficult in tkinter, and docking even more difficult.
When using the wx.aui manager, all of this is a piece of cake in wxpython (phoenix)

The demo that comes with the system is all nicely arranged in a single application where
you click on overview to get a general idea of what can be done with the object, whether
it be a dialog or widget, then on another tab, you get to try the object in (often) many
different ways, and finally i a third tab, get to see (and/or copy) the code, which can often
be used for the basis of your application.

Admittedly, I am showing a tiny bit of bias here.
To get an idea of some of the things you can do with wxpython, see: https://wxpython.org/Phoenix/docs/html/gallery.html
Reply


Messages In This Thread
Need some basic help with GUI graphics - by Jerz - Nov-11-2017, 09:02 AM
RE: Need some basic help with GUI graphics - by Larz60+ - Nov-11-2017, 12:10 PM

Forum Jump:

User Panel Messages

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