Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibensusan/simple-calculator-python
Calculator to perform basic arithmetic operations developed using Python
https://github.com/ibensusan/simple-calculator-python
calculator-application python
Last synced: 25 days ago
JSON representation
Calculator to perform basic arithmetic operations developed using Python
- Host: GitHub
- URL: https://github.com/ibensusan/simple-calculator-python
- Owner: iBensusan
- Created: 2024-10-08T08:11:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-08T08:12:27.000Z (3 months ago)
- Last Synced: 2024-10-18T07:02:30.888Z (3 months ago)
- Topics: calculator-application, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator
This is a simple calculator application written in Python. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
## Usage
To run the calculator, use the following command:
```
python simple_calculator.py
```You will be prompted to enter two numbers and an operation (`+`, `-`, `*`, `/`). The result will be displayed in the console.
## Requirements
- Python 3.x
## License
This project is licensed under the MIT License - see the LICENSE file for details.