+ 1
can I build an apk or windows .exe app from my source code.... how can I do so.. show me articles.. help
Compiling to apk and exe
2 odpowiedzi
0
Py2exe is the module for you
pip install py2exe
Then go in the dir where you have your file .py
Create a setup.py file like you see in the next page
http://www.py2exe.org/index.cgi/Tutorial
0
thanks