PREREQUISITE: • Kivy: How to Install and Run in Windows 20...
github link: https://github.com/kivy-school/kivyex...
kivyschool link: https://kivyschool.com/pyinstaller-in...
TIMESTAMPS:
using pyinstaller to package your app
0:27 STEP 1: Have a basic Kivy app to package
0:39 STEP 2: Install PyInstaller with Poetry + dealing with versioning issues in Poetry
2:12 STEP 3: Choose between one file or one directory
3:34 Why compile takes so long for my system
4:04 STEP 4a: Fix the .spec file that is created
6:29 making a kv file and adding kv file to your pyinstaller packaged app
8:50 Kivy app has a black screen! This is why you need to package the kv file in the .spec file manually
13:13 STEP 5: Build a working kivy app using the SPEC file
14:34 Kivy app with kv in one folder built correctly!
15:14 Kivy onefile app with KV added
20:00 Notes and bugfix tips!
21:20 Closing thoughts