Simple GUI Calculator This is a simple GUI-based calculator created using Python and the Tkinter library. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
How to Use Prerequisites: Ensure you have Python (3.x recommended) installed on your computer.
Run the Calculator:
Clone this repository or download the source code. Open a terminal or command prompt and navigate to the project directory. Run the calculator by executing python calculator.py. Perform Calculations:
Enter the first number in the "Number 1" input field. Enter the second number in the "Number 2" input field. Select the desired operation (Add, Subtract, Multiply, or Divide) by clicking the respective button. Click the "Calculate" button to see the result displayed below. To clear the input fields and result, click the "Clear" button. Features User-friendly interface with separate buttons for each arithmetic operation. Supports addition, subtraction, multiplication, and division. Real-time calculation and result display. Input fields and result can be cleared using the "Clear" button.