Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 480 Bytes

File metadata and controls

18 lines (13 loc) · 480 Bytes

Python Calculator Pro

A complete command-line calculator built with Python by Ashraf-Dev-stack.

Features

  • Addition, Subtraction, Multiplication, Division
  • Exponentiation ** and Floor Division //
  • Modulo % for remainder
  • √ Square Root with negative number validation
  • Zero-division error handling
  • Interactive CLI with animated text output

How to Run

  1. Clone the repository: `bash git clone https://github.com/Ashraf-Dev-stack/Python-Calculator.git