“auto-py-to-exe con python3” Código de respuesta

Python a Exe

pip install pyinstaller

cd FullPathOfFile in cmd console
pyinstaller --onefile pythonScriptName.py
# a .exe file is created in the FullPathOfFile\dist
Breakable Butterfly

auto-py-to-exe con python3

$ pip install auto-py-to-exe
saad du

Respuestas similares a “auto-py-to-exe con python3”

Preguntas similares a “auto-py-to-exe con python3”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código