What are the implications of python gui. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What are the implications of python gui.

27th Aug 2019, 7:02 PM
Ashok Acharya
Ashok Acharya - avatar
2 Answers
+ 4
Implications? How do you mean it? If you want to do desktop GUI, you should look into tkinter - it's the easiest way because it comes with the standard library. If it's for Android, www.kivy.org is the typical answer.
27th Aug 2019, 7:09 PM
HonFu
HonFu - avatar
+ 2
PyQt is also a great cross platform GUI package. https://wiki.python.org/moin/PyQt/Tutorials
28th Aug 2019, 3:59 AM
Bruce Pouncey
Bruce Pouncey - avatar