Which framework is better | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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