Skip to content

Instantly share code, notes, and snippets.

@scattershot-code
Last active July 16, 2020 13:14
Show Gist options
  • Save scattershot-code/a78e634e7414358d551a7efa5998a1c5 to your computer and use it in GitHub Desktop.
Save scattershot-code/a78e634e7414358d551a7efa5998a1c5 to your computer and use it in GitHub Desktop.
making .py files executable on OsX
pip install pyinstaller
python3.7 -O -m PyInstaller -F --windowed hangman-osx-0-1.py
ffi: https://pyinstaller.readthedocs.io/en/stable/usage.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment