Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawodyaarachchige/simplecalculator_python
This is a simple calculator program written in Python
https://github.com/kawodyaarachchige/simplecalculator_python
Last synced: 8 days ago
JSON representation
This is a simple calculator program written in Python
- Host: GitHub
- URL: https://github.com/kawodyaarachchige/simplecalculator_python
- Owner: kawodyaarachchige
- License: mit
- Created: 2024-02-01T19:57:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T20:15:07.000Z (11 months ago)
- Last Synced: 2024-11-09T06:06:43.605Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Calculator Python 🐍🧮
This is a simple calculator program written in Python. It allows users to perform basic arithmetic operations interactively.
![Logo](https://i.imgur.com/WfeBgQq.jpg)
## Usage
1. Run the script: `python3 calculator.py`
2. Enter two numbers and an operator when prompted.
3. View the result and decide whether to perform another calculation.## Functions
- Addition
- Subtraction
- Multiplication
- Division## License
This project is licensed under the [MIT License](LICENSE).
## Screenshots
![App Screenshot](https://i.imgur.com/Wer5Jpt.png)
## Author
Tharushi Kawodya