実行ファイルはPythonがインストールされてない環境で実行できる
pip install pyinstaller
インストール時にパスが通ってなければ警告が出る必要ならパスを通しておく
pyinstaller --onefile スクリプト.py
dist\スクリプト.exe