Page 1 of 1

Create an EXE from a python file

PostPosted: Thu May 02, 2024 12:43 pm
by Antonio Linares
pip install pyinstaller

pyinstaller --onefile test.py

then you get test.exe