Skip to content

Instantly share code, notes, and snippets.

@kkayacan
Created April 20, 2019 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kkayacan/6dbbced01c955b865134a01d291bbffd to your computer and use it in GitHub Desktop.
Save kkayacan/6dbbced01c955b865134a01d291bbffd to your computer and use it in GitHub Desktop.
Python cheat sheet
Making a Stand Alone Executable from a Python Script using PyInstaller
https://medium.com/dreamcatcher-its-blog/making-an-stand-alone-executable-from-a-python-script-using-pyinstaller-d1df9170e263
pyinstaller --onefile <your_script_name>.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment