利用可能なプログラムのほとんどは、最大pythonバージョン3.4。
PyInstaller を使用できます。python 3.5。
それをpipでインストールするには、ターミナルで実行します:pip install pyinstaller
pip install pyinstaller
.exeファイルを作成するには:
pyinstaller --onefile script.py