I've compiled a little python program and it has this window open (cmd console) and I would like to make it a background task or just hide it from the user somehow.
Yes I am aware that I can compile my py files with --windowed, but that's off the table, as it is causes other problems.
I'm hoping for a solution in PowerShell, or Python. Any advice or suggestions are great as well.
And no, I cannot close it (it closes the application I want open)