๐งฎ 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