42 school project which requires building an interactive mathematical interpreter
42 school project which requires building a basic interactive mathematical interpreter, tou can lean more in the subject pdf.
python3.8 or higher
git clone https://github.com/ayoubyt/ComputorV2.git
cd ComputorV2
python -m venv .venv
# on mac and linux
source .venv/bin/activate
# on windows
.\.venv\Scripts\activate
pip install -r requirements.txt
git clone https://github.com/ayoubyt/ComputorV2.git
cd ComputorV2
pip install -r requirements.txt
examples :