0
Thoughts on kivy
Hello pythoneer frieds! What are your thoughts on kivy?
2 ответов
+ 5
Pro: Kivy is a great framework to build modern gui applications that can run on multiple platforms including desktop and android. And it's Python :)
Con: the apps will look the same everywhere, because they don't use the platform-native GUI elements. It can be also slower than native apps.
+ 1
Well I suppose those CONs won't be bad since its a child project on version 1.1. Thanks anyway Tibor Santa!