Python Forum

Full Version: Phone app from python code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i made a python game that runs on the computer. In the console. How can i transfer the code so that i can make it into a phone app?
Take a look at kivy if you want something that looks like a native app. Also, consider turning your work into a webapp.