Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how we can create android apk for python based application [duplicate]

I have an application in python .How can i create its Android build(apk file). I have no idea how to do this job.Please comment if you have done this. It is a application based on python and opencv related to the image processing.

like image 624
Prashant Pandey Avatar asked Dec 16 '16 08:12

Prashant Pandey


People also ask

Can I create an Android app using Python?

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. Yes, in point of fact, Python on android is a lot easier than Java and much better when it comes to complexity.

Can Python create APK?

You can create a package for android using the python-for-android project. This page explains how to download and use it directly on your own machine (see Packaging your application into APK or AAB) or use the Buildozer tool to automate the entire process.


1 Answers

have you heard about kivy ?

Here you can find git project and documentation how to do this job

one more sample

like image 191
anna_manzhula Avatar answered Sep 29 '22 13:09

anna_manzhula