FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Off Topic / Otros temas Create an EXE from a python file
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
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

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion