I have just made a game in python using PyGame in python. I want to convert it into an .APK file (basically an android application). How do I do this?
I tried searching on youtube but all of these videos talk only about kivy and not pygame. Is there something that I'm missing? I asked chatGPT and it replies some random things like "pip install pygame2apk".
Hey i think there are several ways to convert a python file to an apk. In an old project I've used Kivy link: https://kivy.org/.
Here the link how to install it: https://kivy.org/doc/stable/gettingstarted/installation.html
I hope this post helps you out