- Download the
.apk
: wheel_wizard_0.0.2 - Transfer the
.apk
to your phone - Install the
.apk
on your phone
Note: As I don't have an Android Developer Account, you might get security warnings when installing the app. Feel free to look at the code before installing the app if you don't trust me. I would strongly encourage this endeavor as I believe it is something important to do for all applications.
pip install kivy
pip install kivymd
pip install ffpyplayer
pip install buildozer
Step 1: Edit the buildozer.spec
file
Open buildozer.spec
.
- on line 15:
# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas,otf,mp4
- on line 37:
# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy
requirements = python3,kivy,ffpyplayer,ffmpeg,kivymd
Step 2: Run buildozer
cd wheel_wizard
buildozer init
buildozer android debug run
Add videos to the list without putting them on GitHub