🕌

pyinstaller make exe

に公開
pyinstaller <Python file path> --onefile --noconsole

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

Discussion