An open API service indexing awesome lists of open source software.

https://github.com/rykerwilder/py-calculator

Building a calculator using Python.
https://github.com/rykerwilder/py-calculator

calculator math python sqrt

Last synced: 11 months ago
JSON representation

Building a calculator using Python.

Awesome Lists containing this project

README

          

# Python Calculator
![Python](https://img.shields.io/badge/Python-3776AB?style=flat&logo=python&logoColor=white)

This is a simple calculator implemented in Python that allows you to perform basic operations such as addition, subtraction, multiplication, division and square root.

---

## Features

The calculator supports the following operations:

1. **Addition**: Adds two or more numbers.
2. **Subtraction**: Subtraction of two or more numbers.
3. **Multiplication**: Multiplication of two or more numbers.
4. **Division**: Division of two numbers.
5. **Square Root**: Calculates the square root of a number.

---

## How to Use

1. **Starting the Program**: Run the Python script to start the calculator.
2. **Selecting the Operation**: A menu with the available options is displayed. Select the desired operation by entering the corresponding number.
3. **Entering Data**: Follow the instructions to enter the numbers needed for the selected operation.
4. **Result Display**: The result of the operation will be displayed on the screen.
5. **Exit**: To exit the program, select the `ESC` option.