Create an EXE from a python file
Posted: Thu May 02, 2024 12:43 pm
pip install pyinstaller
pyinstaller --onefile test.py
then you get test.exe
pyinstaller --onefile test.py
then you get test.exe
www.FiveTechSoft.com
https://forums.fivetechsupport.com/~fivetec1/forums/
https://forums.fivetechsupport.com/~fivetec1/forums/viewtopic.php?t=44477