pyinstaller pas de console
python pyinstaller.py --noconsole yourscript.py
The Rambling Lank
python pyinstaller.py --noconsole yourscript.py
pyinstaller --noconsole --onefile yourprogram.py # in terminal