Can anyone tell what is the best module for develop GUI application's in python for both on windows and Linux ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can anyone tell what is the best module for develop GUI application's in python for both on windows and Linux ?

I have seen so many module getting confused which one is better

13th May 2017, 5:34 PM
Sriram Chowdary Mellamputi
Sriram Chowdary Mellamputi - avatar
3 Answers
+ 1
If you use the python programming language, you can choose a framework GUI, such as Tkinter, PyGUI, ...
13th May 2017, 6:48 PM
Jacob Pham
Jacob Pham - avatar
+ 3
There's a lot, among which: - Tkinter is the standard ( built-in ) GUI module of Python - Kivy is crossplatform ( Android/QPython compatible )
14th May 2017, 6:11 AM
visph
visph - avatar
0
tkinter or pyqt4
13th May 2017, 9:42 PM
Simone Gramegna
Simone Gramegna - avatar