🧮 The Simple Calculator
A simple interactive CLI calculator made with Python. It supports basic and some advanced mathematical operations and displays fancy ASCII art using pyfiglet.
This calculator supports the following operations:
➕ Addition (Add multiple numbers)
➖ Subtraction (Two numbers)
✖️ Multiplication (Multiply multiple numbers)
➗ Division (Integer or Decimal division)
⚡ Power (Exponentiation)
🔁 Remainder (Modulo operation)
🔢 Even or Odd Checker
🔍 Prime Number Checker
🧠 Factorial Calculator
🚪 Exit the program gracefully



Python 3.x
pyfiglet
Menu-based loop for user interaction
Input handling and error catching using try-except
Mathematical logic implemented using Python's built-in operators and functions
Fancy banner printed using pyfiglet
Handles invalid inputs using try-except
Validates number inputs
Displays custom error messages for invalid choices
This project is licensed under the MIT License. Feel free to use and modify it.
Made by Vaibhav-coder-king.