🧮 Simple Calculator using Tkinter
This project is a basic GUI calculator application built using Python's Tkinter library. It allows users to perform simple arithmetic operations such as addition, subtraction, multiplication, and division. The interface is user-friendly and mimics a standard calculator layout.
FEATURES:
- Clean and modern GUI with styled buttons
- Supports:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
) - Decimal point inputs
- Brackets
()
for expression grouping
- Addition (
C
button to clear the current input=
button to evaluate the result with error handling
TECHNOLOGIES USED:
- Python 3
- Tkinter for GUI development
REQUIREMENTS:
Make sure you have Python installed.
Tkinter is part of the standard Python library, so no additional packages are required to install.<br
Run the Script in bash:
python calculator.py
You can also create any virtual environment to run the program or use any code editor.
Made with 💙 using Python and Tkinter.