[Mobile-sig] Python code to Android App

Phil Thompson phil at riverbankcomputing.com
Tue Aug 30 10:58:21 EDT 2016


On 30 Aug 2016, at 12:13 am, Dipankar “Dipu” Ganguly <dipugee at gmail.com> wrote:
> 
> I am developing image processing algorithms in IPython under Anaconda Navigator’s Jupyter on my Mac running OS 10.11.6. Is there a way to convert that code easily into an Android to run on an Android tablet?

It depends on your choice of GUI toolkit. PyQt5 applications can run unchanged on the desktop and Android (and iOS). You can use pyqtdeploy and the Qt Android deployment tools to create installable apps.

Phil


More information about the Mobile-sig mailing list