Python Forum

Full Version: some advice
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Both can do what you want.
Qt is more modern looking and has many more options.
There's also wxpython.
and other GUI packages
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.