Skip to content

Instantly share code, notes, and snippets.

View LinkAnJarad's full-sized avatar
💭
不想上课😭😭

Link An Jarad LinkAnJarad

💭
不想上课😭😭
View GitHub Profile
@kulothunganug
kulothunganug / README.md
Last active January 19, 2025 16:33
Guide to compile a kivy app into apk using github

Follow these steps to compile your kivy application to an APK on GitHub (No linux needed).

Note: This method is only recommended if you don't have access to a linux or mac system

  1. Create an github account if you don't have.

  2. Create a repository, you could also create it as private.

  3. Goto your project directory (where main.py exists) and create a file in .github/workflows/build.yml (Create the folders if not already existed).