I'm working on a python file that I want to convert to an executeable; which works great, the problem is when i open it it automatically opens a command prompt window; is there a way to code in something that closes the command prompt window without stopping the program?
Asked
Active
Viewed 46 times
0
-
Of course you can, this question has already been answered [here][1]. [1]:https://stackoverflow.com/questions/17584698/getting-rid-of-console-output-when-freezing-python-programs-using-pyinstaller – lorenzozane Nov 10 '20 at 15:29
-
use --windowed while converting – Bharath Nov 10 '20 at 15:31