how to get rid of the start up screen on your pyinstaller .exe file

C++
pyinstaller --onefile --noconsole imp.py
Source

Also in C++: