The goal of this project was to implement a working simple calculator with capability to display plot of any 2D or 3D function.
It's possible thanks to wolframalphaAPI
In main folder install all dependecies using:
pip install -r requirements.txtGo to calculator directory and run:
python main.pyGo to tests directory and run:
python -m unittest unit_tests.pyProject is created with:
- Python 3.11.2
- PySimpleGUI 4.60.4
- requests 2.28.2


