Skip to content

Instantly share code, notes, and snippets.

@rzdhop
Created December 23, 2018 21:56
Show Gist options
  • Save rzdhop/bebf11dd160e2db9dd1b1e2823b32527 to your computer and use it in GitHub Desktop.
Save rzdhop/bebf11dd160e2db9dd1b1e2823b32527 to your computer and use it in GitHub Desktop.
pip install pyinstaller
shift+rightclick sur le fchier.py (= ou ouvrir dans le terminal)
pyinstaller fichier.py
pyinstaller -w fichier.py (=cacher console au lancement)
-F (= un executable seulement)
-i C:\user...\image.ico (= mettre une icon au exe)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment