Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.