ComputorV2

42 school project which requires building an interactive mathematical interpreter

2
0
Python

ComputorV2

42 school project which requires building a basic interactive mathematical interpreter, tou can lean more in the subject pdf.

requirments

python3.8 or higher

setup

with virtual environment

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

or you can install packages directly in the global scope

git clone https://github.com/ayoubyt/ComputorV2.git
cd ComputorV2
pip install -r requirements.txt

Usage

examples :