I made simple python software with graphical interface. I did the build with pyinstaller and when I try to open the generated executable, the windows command prompt is also opened every time. I have already been instructed to change the file extension that contains the main from ". Py" to ".pyw", but it did not resolve. Would anyone know how to help?