can I build an apk or windows .exe app from my source code.... how can I do so.. show me articles.. help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

29th Sep 2016, 12:16 PM
Prince Kwekowe
Prince Kwekowe - avatar
2 Answers
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
29th Sep 2016, 5:24 PM
Giovanni Gatto
Giovanni Gatto - avatar
0
thanks
3rd Dec 2016, 12:05 AM
Prince Kwekowe
Prince Kwekowe - avatar