Is a simple desktop frontend to The Open Trivia Database API
Built with and PyQt5
Requires Python 3.9+
To run:
git clone https://github.com/alucard87pl/EasyQuiz.git
cd EasyQuiz
pip install -r reqs.txt
python main.py
Please don't cheat until I figure out how to get rid of the console :)
TODO:
- "Millionaire" mode (15 questions, increasing in difficulty, answer in order)
- Saving results to a file
- GUI cleanup and tweaks
- single-file executable/installer