Which framework is better | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Which framework is better

Between Kivy and Qt which of these framework is good for UI development?

12th May 2020, 8:56 AM
Kojo Gyan Kumi
Kojo Gyan Kumi - avatar
1 Answer
+ 5
Since you have Android in the tag, use kivy. Kivy is built with mobile development in mind. Qt on the other hand have its strength because of the amount of its built-in widgets. Edit: Additionally, PyQt is more of an API for the Qt toolkit while Kivy is really made for Python. Also, if you're into game development (built-in widgets is not the priority), I suggest Kivy. Here is a link for one of their documented tutorials: https://kivy.org/doc/stable/tutorials/pong.html
12th May 2020, 9:28 AM
shansurat
shansurat - avatar