+ 2

How can i make app from my python program

I mean if i wrote program in python, how can i make it be application, and how can I visualise it and put it on google play

21st Jan 2017, 9:34 PM
Mato Vidovic
Mato Vidovic - avatar
6 Answers
+ 3
Yes, though there are many resources available on the internet, one of the best is this one: https://inventwithpython.com/makinggames.pdf And yes, you can also run the application on Android (only after you have converted the game into an .apk file and installed it on your device). EDIT: There is a game on PlayStore which was originally made using PyGame (as mentioned by the developer in the description). Here's the link to that game: https://play.google.com/store/apps/details?id=com.gmail.snigam3112.WordSudoku&hl=en
1st Feb 2017, 7:23 AM
PythonProMaybe
+ 1
@Mato Vidovic It's pretty simple. Install pygame module. After learning the syntax and basics of pygame, move on to write the code for your game. Then just package it into an .apk file. Done! PS:- Though trying to make heavy games with pygame is definitely NOT recommended. (Forget 3D graphics and stuff...)
31st Jan 2017, 8:20 PM
PythonProMaybe
+ 1
I think for pygame pythonprograming.net is best, although the book of python crash course by Eric Matthes is a good way for the basics of pygame.
21st Jul 2017, 12:01 PM
Loves Python
Loves Python - avatar
0
Thanks, do you know where can i learn pygame??
31st Jan 2017, 10:15 PM
Mato Vidovic
Mato Vidovic - avatar
0
and can i run that applications on android?
31st Jan 2017, 10:16 PM
Mato Vidovic
Mato Vidovic - avatar
0
Thank you so much! ur the best
1st Feb 2017, 12:57 PM
Mato Vidovic
Mato Vidovic - avatar