GUI for Python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

GUI for Python

Which is the best way to do GUI for Python?

18th Aug 2018, 2:20 PM
DaniAffCH
DaniAffCH - avatar
3 Answers
+ 1
Tkinter is best.
18th Aug 2018, 4:16 PM
Maninder $ingh
Maninder $ingh - avatar
0
there are many, but the one I personally like is the Kivy framework.
18th Aug 2018, 2:24 PM
Ulisses Cruz
Ulisses Cruz - avatar
0
Depends on your aim. tkinter is quite basic but serves well its function. PyQt is really portable, complete and robust but has restrictions for commercial applications. It also has a ready-made designer app. Kivy is quite flexible and the most portable, but has little references and tutorials, and can be very big in file size
18th Aug 2018, 5:55 PM
spcan
spcan - avatar