Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 867 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 867 Bytes

About

This is a mock game of KBC/EMK(Evaru Meelo Koteeswarulu) which is intended to play in area just like the actual game show.
Sample Game Played

Installing

Create python virtual environment:
python3 -m venv env
source env/bin/activate

Install packages:
pip install -r requirements.txt

Running

python app.py

Host needs to open:
<base_url>/home_start
<base_url>/host?file_name=template.csv

Contestant needs to open:
<base_url>/

Audience can open:
<base_url>/spectator

Url codes can be shown in:
<base_url>/url_qr

Questions Set

Create a CSV file with questions and options and place file under questions_set/ directory
Sample question set file: template.csv

Notes

  • Other details can be found at info.txt file.