Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top