I have a python script that automates some excel work for me. I'm currently using VSCode.
I've installed PyInstaller and created a .exe file which runs the script.
I'd like to open a windows cmd prompt and print completed
or the likes.
When I run this from VSCode it outputs to the integrated terminal - no problem. From the .exe file nothing shows...
I'd like a way to open a separate (none integrated window) and print some text if anyone could point me in the right direct.