On Windows, you can run a Python script in the background using the pythonw.exe
executable. This will run your program in the background, with no visible process or way to interact with it. You also cannot terminate it without a system monitor. More information on pythonw.exe
here:
pythonw.exe or python.exe?
Best of luck!