Application of math, physics and teaching aids for high school students
First place in the national competition of kharazmi festival
The first thing to do is to clone the repository:
$ git clone https://github.com/mahyardelbari/math_app
$ cd math_app Create a virtual environment to install dependencies in and activate it:
$ pyhton -m venv venv
$ .\env\bin\activate
Now you need to install math step javascript module. This module is used in solving math problems step by step
npm install mathsteps
Then install the dependencies:
(env)$ pip install -r requirements.txt
And run:
python main.py