Pergunta

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?

Foi útil?

Solução

  • 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 em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top