🕌

pyinstaller make exe

2024/02/28に公開
pyinstaller <Python file path> --onefile --noconsole

# --onefileオプションをつけて exe化した Pythonプログラムは Pythonがインストールされていない PCでも実行できる

Discussion