## 概要
複数の[Python](/wiki/programing/python)ファイルを一つにまとめて、[Python](/wiki/programing/python)インタープリタがなくても実行できるようにするライブラリ。
## 使い方
```
pyinstaller example.py --onefile
```
## 参考
[PyInstaller Manual](https://pyinstaller.readthedocs.io/en/stable/index.html)
[【自動化】Pythonコードをexeファイル化する](https://qiita.com/konitech913/items/6259f13e057bc25ebc23)