Compiling Python

前端 未结 8 798
故里飘歌
故里飘歌 2020-12-29 17:59

How can I compile and run a python file (*.py extension)?

8条回答
  •  爱一瞬间的悲伤
    2020-12-29 18:28

    If you want to transform a python source file into a double-clickable .exe on windows, you can use py2exe, which can help you build an easy to distribute package.

提交回复
热议问题