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


๐Ÿ› ๏ธ Technologies Used


๐Ÿ’ป How to Run This Project

  1. Install Python (if not already installed)
  2. Save the code in a file named calculator_gui.py
  3. Open terminal or command prompt in the same folder
  4. Run the command:

```bash python calculator_gui.py