0

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

Compo
  • 36,585
  • 5
  • 27
  • 39
Derek Cook
  • 17
  • 2
  • 1
    Having 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

0 Answers0