I created a game using python in PyCharm. I used pyinstaller to create an executable and when it runs a first python window opens then the pygame window opens. The python window is completely blank and where all things would go if I used a print command. I am curious as to whether there is a way to remove this window as it does not do anything. Thank you for your help in advance.
Here is a screenshot of the to windows: The top-most window is the one that I would like to remove.