0
Hi guys, I have a question, can python create a mobile app or android app? And can you give a example of apps using python?:)
2 Antworten
+ 4
It can be done thanks to some open source projects like Kivy or Beeware. These are both libraries that help you develop cross-platform apps with Python.
You can find examples of apps built with these and some more information on them here:
https://dbader.org/blog/python-mobile-development-kivy-vs-beeware
+ 1
Thank you ☺️