Python Forum
[Tkinter] development of network equipment
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tkinter] development of network equipment
#2
You can do it all in tkinter, but the effort involved will be much greater that if you use wxpython, which is so much easier to use, and comes with a huge demo program that has examples and code for just about every widget that the package offers.
Suggest trying it out
You can usually install the package with pip install wxpython
then get a copy of the demo (don't need the entire package) here: https://github.com/wxWidgets/Phoenix
and try it out. I think you'll be pleasantly surprised.
There are several things about tkinter that I don't like. The worst is it's geography which is difficult at best to get working properly. I also don't think the look is very modern, but that's just my opinion.
there is a crude but effective gallery here: https://wxpython.org/Phoenix/docs/html/gallery.html
Reply


Messages In This Thread
development of network equipment - by elstolbo - Dec-24-2019, 12:10 AM
RE: development of network equipment - by Larz60+ - Dec-24-2019, 02:20 AM
RE: development of network equipment - by joe_momma - Dec-25-2019, 01:45 AM

Forum Jump:

User Panel Messages

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