.exe file created with pyinstaller keeps opening new windows.
Ive created a program that works similar to task manager where it displays system information. i compiled it into an exe file so its easier to send to people but when i try running the app it keeps opening new windows.
I have a feeling it might have something to do with the loop in the code thats used to update the system info in real time and since its a crucial part of the app i dont want to remove it. Does anyone know a workaround or a fix for this issue?