Convert Python to Android with WINDOWS & LINUX + Fix Common Bugs

In this tutorial, I will show you how to convert your Python projects into Android applications - USING WINDOWS! 😎 We will Create a Windows Subsystem for Linux (WSL), Learn about Android’s Debug Bridge (adb) and use Buildozer to compile our .py files into .apk. By the way, I’m extra annoying in this video so my apologies in advance! 🤪 I’ve detected a few crazy cat lady moments while editing... I don’t know why I was shouting at the keyboard 😅 ANYHOW... For this project, we will first need to learn about 🥝Kivy or KivyMD🥝, which are Python GUI libraries that are responsible for the interface of the app. 🛑 If you’re not yet familiar with Kivy or KivyMD - check out any of my quick tutorials: ⭐ Mobile App with KivyMD ⭐ ⭐ Expand Mobile App with KivyMD ⭐ ⭐ Simple App with Kivy ⭐ ⭐ EXTRA: Python Classes and OOP ⭐ (will help with understanding the App Class) ****************************************
Back to Top