Easly create standalone android app for web developer with python, html, css, js. Focus creating your web app with html, css, and js. Let this small python tools converting to apk.
To install py2apk, simply:
$ python3 -m pip install -U git+https://github.com/anbuhckr/py2apk.git
or from source:
$ python3 setup.py install
#download android-sdk, gradle, jdk for first time only
$ python3 -m py2apk install
#usage:
$ python3 -m py2apk help
#create new app
$ python3 -m py2apk new
#build app
$ python3 -m py2apk build
#install debug app in emulator
$ python3 -m py2apk run
#package app
$ python3 -m py2apk package
#verify signed app
$ python3 -m py2apk verify