“faire du fichier exe pycharm” Réponses codées

Code pour fabriquer un fichier EXE pour Python

pip install pyinstaller

cd PathOfFile

pyinstaller --onefile -w ScriptName.py

(note that if you are using -w then your python file has to be an application and the file will be inside the "dist" folder)
Condemned Cowfish

faire du fichier exe pycharm

In PyCharm use External Tools to make exe 
Settings -> External Tools
Name: PyInstaller  Group: External Tools
Program: [PATH]\pyinstaller.exe
Argument: main.py
Working directory: $ProjectFileDir$

How to use:
In current project go to menu Tools -> External Tools -> PyInstaller
I hope it helps!
Sparkling Salamander

faire du fichier exe pycharm

pip gaand mara
Smoggy Skimmer

Réponses similaires à “faire du fichier exe pycharm”

Questions similaires à “faire du fichier exe pycharm”

Plus de réponses similaires à “faire du fichier exe pycharm” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code