Hi! This is a website application that can be ran on your browser. This application is meant to practice Fermi Questions for Science Olympiad, and one can customize the questions, either by importing them from files (Here are good file examples) or by adding them individually.
Install Python on your device. Install Pip on your device.
Click the green "CODE" button on the repository page and download the ZIP file. Extract the ZIP file on your device.
python3 -m venv /absolute_path_to_outer_fermi_questions_folder/env
py -m venv \absolute_path_to_outer_fermi_questions_folder\env
source /absolute_path_to_outer_fermi_questions_folder/env/bin/activate
\absolute_path_to_outer_fermi_questions_folder\env\Scripts\activate
python3 -m pip install -r /absolute_path_to_outer_fermi_questions_folder/requirements.txt
py -m pip install -r \absolute_path_to_outer_fermi_questions_folder\requirements.txt
Now, you are done installing! Close the terminal.
Open a terminal and type:
source /absolute_path_to_outer_fermi_questions_folder/env/bin/activate
\absolute_path_to_outer_fermi_questions_folder\env\Scripts\activate
Next, type:
python3 /absolute_path_to_outer_fermi_questions_folder/fermiquestions/manage.py runserver
py \absolute_path_to_outer_fermi_questions_folder\fermiquestions\manage.py runserver
Now go onto your web browser and go to the url: http://127.0.0.1:8000/