Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.52 KB

Basic Calculator

Description

The Basic Calculator is a simple yet powerful tool designed to perform basic arithmetic operations such as addition, subtraction, multiplication,division and percentage. It provides users with a user-friendly interface and essential functionality for performing quick calculations.

Screenshots

img 1 img 2 img 3 img 4

Features

  • Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
  • Clear Function: Clear the current calculation.
  • Decimal Support: Perform calculations with decimal numbers.
  • Error Handling: Display meaningful error messages for invalid inputs or operations and zero division error.
  • Keyboard Support: Support for both keyboard and mouse inputs for ease of use.

Usage

  1. Enter numbers and operations using the provided buttons or keyboard input.
  2. Press the "=" button to perform the calculation.
  3. Use the clear button to reset the calculator or clear the current input.
git clone https://github.com/your-username/basic-calculator.git
cd basic-calculator