FiveTech Support Forums
FiveWin /
Harbour
/ xBase community
๐
Board index
All discussions
Login (GitHub)
Board index
Off Topic / Otros temas
Create an EXE from a python file
Antonio Linares
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
JavaScript required to load Giscus comments.