Calculator GUI
A simple and user-friendly Calculator GUI application built using Python and Tkinter. This project performs basic arithmetic operations like addition, subtraction, multiplication, and division through an interactive graphical interface.
Features Simple and clean GUI Addition, Subtraction, Multiplication, Division Clear button to reset calculations User-friendly interface Beginner-friendly Python project Technologies Used Python Tkinter (Python GUI Library) How to Run the Project Step 1: Install Python
Download and install Python from:
Python Official Website
Step 2: Clone the Repository git clone https://github.com/laharika2106/Calculator-GUI.git
Step 3: Open the Project Folder cd Calculator-GUI
Step 4: Run the Application python calculator.py
Output
The calculator window will open where users can perform basic arithmetic calculations.
Learning Outcomes .Understanding GUI development using Tkinter .Handling button events and user input .Working with functions in Python .Building real-time desktop applications
Future Improvements .Scientific calculator functions .Dark mode UI .Keyboard support .History feature
Author
Rayudu Laharika