Skip to content

Instantly share code, notes, and snippets.

@jihyeonRyu
Last active July 5, 2018 05:55
Show Gist options
  • Save jihyeonRyu/25109deadfcec71eccc796160e458b50 to your computer and use it in GitHub Desktop.
Save jihyeonRyu/25109deadfcec71eccc796160e458b50 to your computer and use it in GitHub Desktop.
python source to executable program
pip install pyinstaller
pip install --upgrade pyinstaller
pyinstaller -F --name program_name --noconsole my_program.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment