Python Forum

Full Version: Pyinstaller to execute a script in command prompt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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