2018年8月25日 星期六

[python] 將python包裝為執行檔(compile python to EXE file)

Anaconda 是python 的 distribution 包含超過1000以上的package,可以用pip指令來安裝一些package、API等等來使用。

pip install pyinstaller
pyinstaller -F ./hello.py #可以將 hello.py轉成windows下的執行檔。

packages as follows:

Py2exe

PyInstaller

cx_Freeze

bbfreeze

py2app

ref:
http://www.freehackers.org/Packaging_a_python_program

沒有留言:

熱門文章