I used pyinstaller -F in order to create one .exe file to run. I would like it to run in as a background process. That means that if one clicks the .exe file, he can only close it
Solution 1:
I think this will help you.
pyinstaller "filename.filetype" -w -F
Post a Comment for "How To Hide The Python Console Window In Pyinstaller"