Here We Create an Executable from Python Scripts.Here we use pyinstaller to create an Exe file.
Pyinstaller is installed using the following command in command Line
pip install pyinstaller
The command for creating an executable is
pyinstaller --onefile --windowed -i (icon file) (Python main script.py)
Here --onefile is optional.To create an single executable ,we give that option.
Here --windowed, should be given only for GUI based Python scripts. For Console appliocation don't give this option.
And -i icon file is also optional just to set the icon for executable.
Simplified form of above command is
pyinstaller (Python main script.py)
Nesta página do site você pode assistir ao vídeo on-line Creating an Executable from Python Scripts duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Saravanan Natarajan 27 Fevereiro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 33 vezes e gostou 1 espectadores. Boa visualização!