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.
- Host: GitHub
- URL: https://github.com/rykerwilder/py-calculator
- Owner: RykerWilder
- License: mit
- Created: 2025-03-21T08:43:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-27T18:29:16.000Z (about 1 year ago)
- Last Synced: 2025-04-09T12:17:03.512Z (about 1 year ago)
- Topics: calculator, math, python, sqrt
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Calculator

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.