Python Forum
Pyinstaller to execute a script in command prompt - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Pyinstaller to execute a script in command prompt (/thread-12902.html)



Pyinstaller to execute a script in command prompt - Ciroxxx - Sep-18-2018

Hi,
I want to create an exe file that opens windows command prompt and then executes a python script (a py file)

I usually use pyinstaller to create executable standalone programs.

Thanks a lot,

Ciroxxx