I have compiled my python script in an .exe file via PyInstaller
.
The problem is that, now when running the .exe application, two windows are opened, one is the GUI interface which is ok, but the other is kind of windows command window, which I would like not to open.
Would it be possible?