Esta é uma ferramenta de cálculo simples, feita totalmente em python que serve apenas para estudo pessoal. Por mais simples e não muito prática, esta calculadora conta com cálculos de:
- ADIÇÃO
- SUBTRAÇÃO
- MULTIPLICAÇÃO
- DIVISÃO
- POTENCIAÇÃO
- RAIZ
- PORCENTAGEM
Bom, é isso. Espero que gostem...
💻 Termux
$ pkg upgrade -y && pkg update -y
$ pkg install git python figlet -y
$ git clone https://github.com/MidD3Vil/python-calculator
$ cd python-calculator
$ python3 main.py