A simple desktop calculator built with Python and Tkinter. It supports basic arithmetic operations with a modern, colorful UI.
- Basic arithmetic: addition, subtraction, multiplication, division
- Responsive UI with styled buttons
- Custom color themes for buttons and display
- Error handling for invalid expressions
- Auto format for integers vs decimals
- Python 3
- Tkinter (built-in Python GUI toolkit)
calculator/
โโโ calculadora.ico # Custom icon (Windows)
โโโ calculator.py # Main application file
โโโ README.md # Project description
