This ia quiz project. The questions are fetched from Open Trivia Api with params: amount=10, category=18 and type=boolean. Its a True or False system. True is marked by a button with "✓" and False with "x". If the answer is correct the canvas changes to green else red before the next question and score is increased by one.
clone repository
git clone https://github.com/GakuruAlex/quiz_app_v_2.gitChange to project dir
cd quiz_app_v_2Create virtual environment in the project dir
python -m venv env_nameActivate env
source env_name/bin/activate #On macOs and Linuxenv_name\Scripts\activate #0n WindowsRun
pip install -r requirements.txtFrom the project dir rin the terminal un
python main.pyThis project is licensed under the terms of the MIT license. See LICENSE.md
