Skip to content

Mathematical expression parser from String without native "eval" function

Notifications You must be signed in to change notification settings

ZKAW/Maths-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mathematical expression parser from String without native "eval" function

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published