calculator-codsoft
https://vighneshjagtap17.github.io/calculator-codsoft/
๐งฎ Calculator Application (GUI) โ Python Tkinter
This is a Graphical User Interface (GUI) Calculator developed using Pythonโs Tkinter module as part of my Python internship with Codesoft.
It performs basic arithmetic operations like Addition, Subtraction, Multiplication, and Division, and is designed with a simple and user-friendly interface.
๐ Features
- โ Addition
- โ Subtraction
- โ๏ธ Multiplication
- โ Division
- ๐งน Clear Input (C)
- โ
Evaluates complete expressions
- โ Handles invalid inputs
๐ ๏ธ Technologies Used
- Language: Python
- Library: Tkinter (for GUI)
๐ป How to Run This Project
- Install Python (if not already installed)
- Save the code in a file named
calculator_gui.py
- Open terminal or command prompt in the same folder
- Run the command:
```bash
python calculator_gui.py