A simple calculator application built with Python's Tkinter library. This project demonstrates the basics of GUI programming with Tkinter, providing a functional and user-friendly calculator that performs basic arithmetic operations.
- Basic Arithmetic Operations:
- Addition (
+) - Subtraction (
-) - Multiplication (
x) - Division (
÷)
- Addition (
- Advanced Operations:
- Exponentiation (
^) - Square Root Calculation (
√)
- Exponentiation (
- Error Handling: Displays "Error" for invalid inputs or operations.
- Clear & Delete:
Cbutton to clear the entire input.⌫button to delete the last character.
- User-Friendly Interface:
- Intuitive design with large, easy-to-read buttons and display.