Answers for "exe file to run a python script"

11

how to run a .exe through python

import os
os.startfile("C:Documents and Settingsflow_modelflow.exe")
Posted by: Guest on February-25-2020
2

turn python script into exe

pyinstaller --onefile pythonScriptName.py
Posted by: Guest on September-16-2020

Code answers related to "exe file to run a python script"

Python Answers by Framework

Browse Popular Code Answers by Language