The Super Simple BODMAS - Calculator is a simple console based BODMAS calculator written in Python3
-
Clone project via the command-line in a directory
git clone git@github.com:KaylenTPillay/SSBOMAS-Calculator.git
-
Navigate to the SSBODMAS-Calculator folder
cd ~/SSBODMAS-Calculator
-
Then pip install the package to use the commad-line tool
pip install .
-
Run the tool
ssbc '1+1'
A great tool for virtualizing your python environments is virtualenv. I would install and use it!