Python Calculator

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.

Project Description

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.

Motivation

The motivation behind this project was to practice basic Python programming and create a useful tool that can perform simple calculations.

Challenges Faced

Some challenges faced during this project included handling division by zero and ensuring valid input from the user.

Learning Outcomes

Through this project, I gained a deeper understanding of user input handling, function creation, and basic arithmetic operations in Python.

Features

Technologies Used

Project Code

You can view the project code on my GitHub repository.

Screenshots

Number Generator Desktop