This is a simple Python-based calculator application that performs basic arithmetic calculations, including addition, subtraction, multiplication, and division. The calculator supports continuous calculations and has a built-in history feature to keep track of the most recent calculations.
The project is implemented in Python, with no graphical user interface (GUI), and focuses on the core functionality of performing calculations while displaying the calculation history.
- Basic Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Calculation History: Displays a history of previous calculations for easy reference.
- Simple Command-Line Interface: The calculator operates through the command line, making it lightweight and efficient.
- Error Handling: Handles errors like division by zero gracefully.
- Python: The core programming language used for developing the calculator.
- Command-Line Interface: No GUI, everything is handled in the terminal.
- Clone the repository to your local machine: