python/calculadora
tuz ea05d7ccfe add python 2025-11-23 15:41:35 -05:00
..
Aplicacion.exe add python 2025-11-23 15:41:35 -05:00
App.py add python 2025-11-23 15:41:35 -05:00
Readme.md add python 2025-11-23 15:41:35 -05:00
app.png add python 2025-11-23 15:41:35 -05:00
calculadora.ico add python 2025-11-23 15:41:35 -05:00

Readme.md

Calculadora py

calculadora

Exe

pip install pyinstaller


pyinstaller --onefile -w App.py -i calculadora.ico

Ref

PYINSTALLER: CREANDO EJECUTABLES EN PYTHON | TUTORIAL