GUI framework

by: sagarvk90, 9 years ago


Does tkinter have all the elements.I have seen the tkinter manual, it does not have few things like grid or tables. And also there is wxpython or Kivy or Pyside or any other free and open source framework as well so, which one should I learn and use for long run?




You must be logged in to post. Please login or register an account.



Not sure exactly what you mean with all the elements. Tkinter can do anything you want. You can make grids/tables with various layouts and dividers, but sure, maybe nothing specifically to be a table. wxPython is outdated, probably will remain that way. Kivy is mainly for if you want to make mobile apps. Pyside is PyQt basically, either one is fine. I'd go with PySide or PyQt if I was making an app at the moment.

-Harrison 9 years ago

You must be logged in to post. Please login or register an account.


Elements means the widgets like table,combo box, listview ,  mdi forms , parent forms etc. I guess tkinter widgets like mdi form etc. Please guide me. I am new to python. Please please help me. Thanks.

-sagarvk90 9 years ago

You must be logged in to post. Please login or register an account.