This is a beginner-friendly Python calculator project that offers a variety of basic and scientific operations via a command-line interface. It's ideal for learning Python programming fundamentals and working with functions, conditionals, loops, and user input.
The calculator supports the following operations:
- Addition (Sum of multiple numbers)
- Subtraction
- Multiplication
- Division
- Factorial
- Table generation
- Percentage calculation
- Average
- Minimum and Maximum from a list
- Power (base^exponent)
- Square Root
- Logarithm
- Sine, Cosine, Tangent
- LCM (Least Common Multiple of up to 3 numbers)
- Quadratic Equation Solver (Real & Complex roots)
- Make sure you have Python installed (Python 3.6+).
- Clone the repository or download the code.
- Open a terminal or command prompt.
- Run the script:
python calculator.py