- 授权协议: MIT
- 开发语言: Java
- 操作系统: Android
- 软件首页: https://github.com/pybee/Python-Android-template
- 官方下载: https://github.com/pybee/Python-Android-template
软件介绍
Python Android Template 是运行 Python 代码创建 Android 应用的 cookiecutter 模板。
快速入门:
安装 cookiecutter:
$ pip install cookiecutter
在 Python-Android template 运行 cookiecutter:
$ cookiecutter https://github.com/pybee/Python-Android-template
python
libs
项目目录示例:
android/ app/ myproject __init__.py main.py app_packages/ libs/ ... res/ ... src/ ... AndroidManifest.xml ant.properties build.xml custom_rules.xml local.properties LICENSE proguard-project.txt project.properties
