An open API service indexing awesome lists of open source software.

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.

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

![GUI Calculator Screenshot](screenshot.png)

---

## ๐Ÿš€ 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)