PyInstaller - create py distributable binary

pip install setuptools

pip install pyinstaller

cd /project

pyinstaller project.py --onefile