# Calculadora py

## Exe
```sh
pip install pyinstaller
pyinstaller --onefile -w App.py -i calculadora.ico
```
## Ref
[PYINSTALLER: CREANDO EJECUTABLES EN PYTHON | TUTORIAL](https://www.youtube.com/watch?v=4zPS8oQma4k)