Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 581 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 581 Bytes

Simple Calculator using Python

Overview of Calculator

This is a simple GUI-based calculator application built using Python and Tkinter. The calculator supports basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  • Error Handling: Graceful handling of division by zero and other invalid inputs.
  • Clear Functionality: Clear the current calculation to start a new one.

App Screenshot