What do you think of kivy? ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What do you think of kivy? ...

Kivy is an open source Python library for developing mobile apps and other multitouch application software with a natural user interface (NUI). It can run on Android, iOS, Linux, OS X, and Windows. Distributed under the terms of the MIT license, Kivy is free and open source software

10th Feb 2018, 6:31 AM
Salwan Aidan
Salwan Aidan - avatar
1 Answer
+ 1
its a very good project for GUI development in Python... Its documented (sometimes a bit bad in my opinion but lucky going better), actively developed, open source, really multiplatform and powerful... At begin seem have a "spartan" look and a strange way of layout and draw widgets but its developed with "more developer control" as philosophy... its lack of very advanced widgets (Qt entusiast? Kivy dont has widgets for any use) but principals and other have all (and when you understand as internal work you can create powerful widgets if you want)... As before, its powerful ( yes is a pro but is also cons if you dont understand well as work drawing and layouting) has a own design language (kv that is very simple) its opengl powered and runnable on most system (i run it on android without compiling apk with QPython) but at end i think that can be better(and will do) and in python context, is one of best project that i seen
10th Feb 2018, 9:06 AM
KrOW
KrOW - avatar