how to get rid of the start up screen on your pyinstaller .exe file code example
Example: how to get rid of the start up screen on your pyinstaller .exe file
pyinstaller --onefile --noconsole imp.py
pyinstaller --onefile --noconsole imp.py