Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

make a python file into an exe

Open your command prompt

pip install pyinstaller
cd YourFilePath
pyinstaller --onefile YourFileName
Source by datatofish.com #
 
PREVIOUS NEXT
Tagged: #python #file #exe
ADD COMMENT
Topic
Name
3+1 =