Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python to executable windows

import PyInstaller.__main__

PyInstaller.__main__.run([
    'my_script.py',
    '--onefile',
    '--windowed'
])
#Is equivalent to: pyinstaller my_script.py --onefile --windowed
 
PREVIOUS NEXT
Tagged: #python #executable #windows
ADD COMMENT
Topic
Name
9+5 =