문제

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