A simple and user-friendly Command-Line Calculator built using Python. This calculator supports a variety of basic and advanced mathematical operations, including addition, subtraction, multiplication, division, exponentiation, square root, factorial, logarithm, and modulus.
- โ Add, Subtract, Multiply, Divide
- โ Power and Square Root
- โ Factorial (non-negative integers)
- โ Logarithm with base support
- โ Modulus operation
- โ Input validation and error handling
- โ Menu-driven CLI interface
- โ Designed with modular, clean, and readable Python code
- Python 3.x
- Built-in modules only (
math,input,print) - No third-party dependencies
- Python 3 installed on your system
You can download it from: https://www.python.org/downloads/
- Clone this repository:
git clone https://github.com/<your-username>/cli-calculator.git cd cli-calculator
๐จโ๐ป Author Vineet Kumar Chaudhary Python Developer Intern | Data Science Enthusiast