Both Are good and depend on what is your project whether it is a basic and a simple project then most probably you should go with tkinter but kivvy is a better option for a better flexibility and power .. Other options for more complex GUIs than what Tkinter can offer include PyQt and wxPython.
Read moreWhat is Kivy in Android?
The Kivy launcher is an Android application that runs any Kivy examples stored on your SD Card . To install the Kivy launcher, you must: Go to the Kivy Launcher page on the Google Play Store. Click on Install.
Read moreCan Python be used in Android Studio?
So, if your question is “Can I make an Android app with Python?”. My answer to this question is a Yes. You can definitely develop an Android app using Python . And this thing is not only limited to python, you can in fact develop Android applications in many more languages other than Java.
Read moreCan I upload a Kivy app to playstore?
1 Answer. You need to create a release version of your apk file before uploading to the Play Store. The debug version is just for testing on your phone. To create a release version and upload the app, you just have to follow these steps.
Read moreHow do you make AAB?
To create an AAB binary locally using Android Studio, open the Build menu, then choose “Generate Signed Bundle / APK.” Follow the prompts to sign the AAB with your keystore file .
Read moreWhich is better Kivy or PyQt?
In this article, we conclude that there is no much difference in Kivy or PyQt when speaking about working on GUI in Python, but they both are frameworks that work on different applications such Kivy is much better for mobile apps and other multi-touch apps than desktop apps, whereas PyQt is much better for desktop apps …
Read moreIs Kivy good for apps?
Kivy is a great tool for developing Android Apps . The best advantage of using kivy is that it is cross platform and the same project can be used to publish apps on iOS , Android , windows , OS x… However , it has some performance related disadvantages(as do most cross-platform tools like unity , cocos etc).
Read more