So lassen Sie das Pyinstaller -Python -Programm nicht geöffnet
pyinstaller -w file.py
(The -w is short for -windowed or alternatively --noconsole)
MunchDuster
pyinstaller -w file.py
(The -w is short for -windowed or alternatively --noconsole)