Hiding the Python Console Window via Pywin32 and Win32API
I often write small python apps meant to run in the background on my system, essentially CLI applications. These apps are usually some apps using flask or bottle as my front-end interface. Python on Windows, the OS I use for[…]