SKbarbon / fpyo2apk

Pack your python flet-pyodide UI app into Android app.
MIT License
39 stars 8 forks source link

fpyo2apk

This project is no longer maintaned. Please use the official way to distrebute flet apps

A python package tool for create Android apps project for a flet-pyodide dist folder. Its very easy to use.

For iOS/iPadOS ? fpyo2ipa

requirements

Little peek

Screenshot 2023-05-08 at 8 20 22 PM

usage

This is a video tutorial: Tutorial

1- Publish your flet script into flet-pyodide dist. Use this command for that:

flet publish main.py

2- Create a python virtual environment (highly recommended):

python3 -m venv venv

3- Install fpyo2apk package:

pip install fpyo2apk --upgrade

4- Start building your Android App project.