I have made a text based adventure for my friends and I am wondering, since they don't have python interpreters, how can I convert a .py file to a .exe executable file?
Asked
Active
Viewed 209 times
0
-
2This should do the trick http://www.py2exe.org/ Also see here https://stackoverflow.com/questions/112698/py2exe-generate-single-executable-file – Cory Kramer Apr 05 '14 at 21:02