Python Forum
Phone app from python code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Phone app from python code (/thread-17123.html)



Phone app from python code - Androsmeq - Mar-29-2019

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?


RE: Phone app from python code - gruntfutuk - Mar-29-2019

Take a look at kivy if you want something that looks like a native app. Also, consider turning your work into a webapp.