Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 931 Bytes

File metadata and controls

32 lines (24 loc) · 931 Bytes

🖥 Python-Calculator


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...


🖥 Install


💻 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