0

For a desktop application (GUI) which library should i use in python

Python

13th Apr 2020, 8:07 AM
MR. PROGRAMMER
MR. PROGRAMMER - avatar
2 odpowiedzi
+ 1
Although Python isn't the greatest choice for modern GUIs, but Kivy in Python is a really cool package with which you can make modern GUIs. It uses object-oriented programming and its docs are really easy to read.
13th Apr 2020, 8:58 AM
XXX
XXX - avatar
0
For desktop applications. I will suggest give a try to tkinter. Tkinter is very easy. Kivy is also good. But kivy is hard to learn. You can make applications for multiple screens resolution with kivy. Like for Android and desktop with same code base.
13th Apr 2020, 11:17 AM
🇮🇳Vivek🇮🇳
🇮🇳Vivek🇮🇳 - avatar