Gradual reveal of a film still - players can complete on Kahoot to name it first
- Create an account on Kahoot
- Create a quiz with a load of questions (all will be "What film is this?" and 4 possible answers)
- Host quiz on zoom with screen share
- Use this App to do the actual reveal
- This is the Kahoot quiz that goes with the example
If you run it without arguments you get the example quiz 1 clips
To run it with the other example quizes eg
-
python.exe film_round.py --quiz 2
-
python.exe film_round.py --quiz 3
-
etc
To provide your own clips use the directory argument eg
-
python.exe film_round.py --directory C:\Documents\FilmRound20200508
You need python and these 2 pip (pip/conda packages)
- pygame
- python dateutil
- https://pypi.org/project/python-dateutil/
- note package name is not just 'dateutil' it is 'python dateutil'
- This tutorial was used as a starting point
