I have a Python program which I compiled into a .exe file using PyInstaller. When you open the .exe, there should be no console, no command prompt or whatever. It should run the Python program in the background completely silently.
Is it possible to put something in the Python script so that it does not open a command prompt and executes silently?