I'm pretty new to coding so bear with me. I coded a simple program in python 3 and created an .exe file with pyinstaller. I noticed that when i open the .exe, the cmd window opens as well and runs in the background. How would I go about running it silently, so just my window opens up. thanks for any insight
Asked
Active
Viewed 125 times
0
-
1Having a look through [This Question](https://stackoverflow.com/questions/24799155/python-how-can-i-hide-the-windows-command-prompt-screen-when-the-script-is-run) should help. – bensonium Aug 25 '20 at 11:07
-
Does this answer your question? [Python - how can i hide the windows command prompt screen when the script is running?](https://stackoverflow.com/questions/24799155/python-how-can-i-hide-the-windows-command-prompt-screen-when-the-script-is-run) – phd Aug 25 '20 at 11:43