Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
some advice
#1
Hi. please advice me which widgets to use tkinter or PyQt for creating applications for windows. in the application must be used some data tables, buttons, spinbuttons and so on. the application is Monte carlo simulator.


thanks in advance
Reply
#2
Both can do what you want.
Qt is more modern looking and has many more options.
There's also wxpython.
and other GUI packages
Reply
#3
tkinter comes with python, the others are external packages that would need to be installed. Your requirements are quite basic, and nearly any gui package could handle them easily.
Reply


Forum Jump:

User Panel Messages

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