https://github.com/2000pawan/calculator
This is a simple GUI Calculator built using Python's tkinter library. It performs basic arithmetic operations like addition, subtraction, multiplication, and division. The interface is designed using Frame, Button, and Label widgets in tkinter.
https://github.com/2000pawan/calculator
python
Last synced: 12 months ago
JSON representation
This is a simple GUI Calculator built using Python's tkinter library. It performs basic arithmetic operations like addition, subtraction, multiplication, and division. The interface is designed using Frame, Button, and Label widgets in tkinter.
- Host: GitHub
- URL: https://github.com/2000pawan/calculator
- Owner: 2000pawan
- License: mit
- Created: 2025-05-25T14:44:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T19:44:58.000Z (about 1 year ago)
- Last Synced: 2025-06-28T01:08:03.064Z (12 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GUI Calculator in Python using Tkinter
## ๐ Description
This is a simple **GUI Calculator** built using Python's `tkinter` library. It performs basic arithmetic operations like addition, subtraction, multiplication, and division. The interface is designed using `Frame`, `Button`, and `Label` widgets in `tkinter`.
---
## ๐งฐ Features
- Graphical User Interface
- Responsive buttons for digits (0โ9)
- Operations supported:
- Addition (+)
- Subtraction (โ)
- Multiplication (ร)
- Division (รท)
- Error handling (e.g., division by zero)
- Clear (C) functionality
- Result display using `Label`
---
## ๐ผ๏ธ GUI Preview

---
## ๐ Getting Started
### Requirements
- Python 3.x
No external libraries are needed. Tkinter is included in the standard Python distribution.
---
### How to Run
1. Clone this repository or download the script file.(https://github.com/2000pawan/Calculator.git)
2. Run the script:
```bash
python Calculator.py
๐จโ๐ป Author
PAWAN YADAV
(AI Engiineer)