Question

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?

Était-ce utile?

La solution

  • If on Python 2, use py2exe. This supports versions 2.3 through to 2.7.

  • If on Python 3, use cx_Freeze. This supports versions 2.7 through to 3.4.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top