The Python Calculator is a terminal-based calculator program that performs basic arithmetic operations. It is implemented in Python and can add, subtract, multiply, and divide two numbers.
This project involves writing a Python script that functions as a simple calculator. The user can choose an operation, enter two numbers, and the calculator will output the result.
The motivation behind this project was to practice basic Python programming and create a useful tool that can perform simple calculations.
Some challenges faced during this project included handling division by zero and ensuring valid input from the user.
Through this project, I gained a deeper understanding of user input handling, function creation, and basic arithmetic operations in Python.
You can view the project code on my GitHub repository.