/Maths-Parser

Mathematical expression parser from String without native "eval" function

Primary LanguageCSS

Maths-Parser

Info

Python mathematical expression parser with error raise and GUI.

  • This parser does not use "eval" native Python function.
  • The priority order of multiplications, divisions, and brackets is respected

How to install

git clone https://github.com/ZKAW/Maths-Parser
pip3 install -r requirements.txt

How to use

python3 app.py
  • You can then enter a mathematical expression to calculate