https://github.com/jack970/calculadora-simples_customtkinter
Este é um programa de calculadora simples com design semelhante ao do Windows 10, feito com o módulo customtkinter.
https://github.com/jack970/calculadora-simples_customtkinter
Last synced: about 2 months ago
JSON representation
Este é um programa de calculadora simples com design semelhante ao do Windows 10, feito com o módulo customtkinter.
- Host: GitHub
- URL: https://github.com/jack970/calculadora-simples_customtkinter
- Owner: jack970
- Created: 2023-03-13T19:17:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-01T10:52:12.000Z (almost 3 years ago)
- Last Synced: 2025-07-03T17:55:26.186Z (12 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Calculadora Simples - Custom Tkinter
Este é um programa de calculadora simples com design semelhante ao do Windows 10.
---
### 🔣 Operações:
- [x] operações básicas: adição, subtração, divisão, multiplicação
- [x] extrai raiz quadrada
- [x] eleva ao quadrado
- [x] resto ou módulo
- [x] inverso multiplicativo
- [x] valor inverso
---
### 🛠 Tecnologias usadas:
- [Python3](https://www.python.org)
- [Custom Tkinter](https://pypi.org/project/customtkinter)