A trivia quiz that runs on CLI with Python. It's a multiple choice quiz that uses the questionary library in order to work.
Track your score, and also get a copy of the questions, their right responses and your responses on your email!
To run, activate a venv (make one first with python -m venv venv), install the requirements, set it up by following the link at the bottom, create a .env file and add an email under the variable name EMAIL and then just run main.py
Please use WSL if you're running this on a Windows Machine.
For Setting up, read this and run quickstart.py (after pip install - requirements.txt, of course)
EMAIL=testemail@gmail.com