filmov
tv
How to convert a python script to an executable using pyinstaller
Показать описание
This Python tutorial explains how to convert a python script to an stand alone executable using pyinstaller.
Advantages:
- Generated exe will work in a system
- Without python installation
- Without specific modules being installed.
- Executable can be shared with your friends/collegues and it will work out of the box.
Advantages:
- Generated exe will work in a system
- Without python installation
- Without specific modules being installed.
- Executable can be shared with your friends/collegues and it will work out of the box.