- Download this repository
- Open the
dist/folder - Double-click
KahootQuizViewer.exe - Done! Start viewing Kahoot quizzes immediately
# 1. Install Python (if not installed) - python.org
# 2. Install PyInstaller
pip install pyinstaller
# 3. Navigate to this folder
cd kahoot-quiz-viewer-extension
# 4. Build the executable
pyinstaller --onefile --windowed --name "KahootQuizViewer" main.py
# 5. Find your exe in dist/ folder
# 6. Double-click to run!- Launch the application
- Enter either:
- Quiz ID:
abc123-def456-ghi789(always works) - Game PIN:
1234567(only works during active games)
- Quiz ID:
- Click "Load Quiz" or press Enter
- View questions and answers in the scrollable interface
- Go to any Kahoot quiz page
- Look at the URL:
https://create.kahoot.it/details/YOUR-QUIZ-ID-HERE - Copy the ID part after
/details/
- Exe won't start: Try running as administrator
- Antivirus warning: Add exe to exceptions (it's safe)
- Game PIN not working: Game must be currently active
- Quiz not found: Check if Quiz ID is correct and quiz is public
KahootQuizViewer.exe- Main application (clean interface)KahootQuizViewer_Debug.exe- Debug version (shows console)START_KAHOOT.bat- Alternative launcher- Source code for customization
Ready to go in under 1 minute! π―