PyInstaller
オンラインドキュメント
https://pypi.org/project/pyinstaller/
https://pyinstaller.readthedocs.io/en/stable/
インストール
pip install pyinstaller |
1 |
使い方
pyinstaller --onefile --windowed hello.py |
1 |
distディレクトリの下に配布可能なビルド済のアプリケーション hello.exe が作成される。
https://pypi.org/project/pyinstaller/
https://pyinstaller.readthedocs.io/en/stable/
pip install pyinstaller |
1 |
pyinstaller --onefile --windowed hello.py |
1 |
distディレクトリの下に配布可能なビルド済のアプリケーション hello.exe が作成される。