Pregunta

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?

¿Fue útil?

Solución

  • 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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top