https://github.com/teddybear182/python-calculator
simple calculator with order of operations made with Python
https://github.com/teddybear182/python-calculator
calculator calculator-python calculator-python3 console-application order-of-operations-calculator python python-3
Last synced: 2 months ago
JSON representation
simple calculator with order of operations made with Python
- Host: GitHub
- URL: https://github.com/teddybear182/python-calculator
- Owner: Teddybear182
- License: mit
- Created: 2025-04-12T19:51:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-06-02T17:13:02.000Z (7 months ago)
- Last Synced: 2025-06-03T06:02:38.359Z (7 months ago)
- Topics: calculator, calculator-python, calculator-python3, console-application, order-of-operations-calculator, python, python-3
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-calculator
## simple calculator made with Python
* ### solves mathematical expressions with operators +, -, * or /.
* ### respects order of operations, so you get the correct answers.
* ### shows step-by-step simplification, so you can follow how the expression is being solved
* ### simple and quick to use:)
#
#
#
error explanation:
* error 1: something went wrong with multiplication or/and division — possibly due to invalid input
* error 2: something went wrong with addition or/and substraction — possibly due to invalid input
#

## Thank you for reading —— have a wonderful day!:)