Skip to content

Easly create standalone android app for web developer

License

Notifications You must be signed in to change notification settings

anbuhckr/py2apk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py2apk

GitHub issues GitHub forks GitHub stars GitHub license PyPI - Python Version

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.

Table of Contents

Installation

To install py2apk, simply:

$ python3 -m pip install -U git+https://github.com/anbuhckr/py2apk.git

or from source:

$ python3 setup.py install

Getting Started

#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