Skip to content

Bezbakri/cli-quiz-thing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trivia Quiz with Python Cli

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)

Also, .env sample format (replace testemail with your gmail id):

EMAIL=testemail@gmail.com

About

Trivia quiz that uses cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages