Comment faire de Pyinstaller Build Python Program Not Open Command Invite

pyinstaller -w file.py
(The -w is short for -windowed or alternatively --noconsole)
MunchDuster