A simple desktop calculator built with Python and Tkinter.
Perform basic arithmetic operations through a clean and user-friendly graphical interface.
- Addition, subtraction, multiplication, and division
- Clean graphical user interface (GUI)
- Clear (C) button to reset calculations
- Error handling for invalid expressions
- Continue calculations using the previous answer
- Responsive grid layout
- Python 3.x
- Tkinter
- Clone the repository:
git clone https://github.com/shreya-learn-explores/simple-calculator-python.git- Navigate to the project folder:
cd simple-calculator-python- Run the application:
python calculator.pysimple-calculator-python/
├── calculator.py
├── README.md
└── .gitignore
Created by Shreya as part of my Python learning journey.
