Skip to content

A true or false quiz app drawing questions from Open Trivia Api

License

Notifications You must be signed in to change notification settings

GakuruAlex/quiz_app_v_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz App

Description

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.

Quiz App

Prerequisite

clone repository

git clone https://github.com/GakuruAlex/quiz_app_v_2.git

Change to project dir

cd quiz_app_v_2

Create virtual environment in the project dir

python -m venv env_name

Activate env

source env_name/bin/activate    #On macOs and Linux
env_name\Scripts\activate #0n Windows

Installation

Run

pip install -r requirements.txt

Usage

From the project dir rin the terminal un

python main.py

Authors

Gakuru Alex

License

This project is licensed under the terms of the MIT license. See LICENSE.md

About

A true or false quiz app drawing questions from Open Trivia Api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages