Create an EXE from a python file

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 42715
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 93 times
Been thanked: 103 times
Contact:

Create an EXE from a python file

Post by Antonio Linares »

pip install pyinstaller

pyinstaller --onefile test.py

then you get test.exe
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply