Creating document of questions and answers out of quizme website quizes for studying purposes before exams.
Executing is done by running run.py with the following arguments :
--url- the url of the quiz from quizme website . i.e https://www.quizme.co.il/quiz-discussion/2010--highlight- define if you would like to highlight the answers in your document--out- output location of the document from the program
- Python 3.7
- Python-docx 0.8.10
- BeautifulSoup4 4.9.1
Quiz taken -
Output -
- BeautifulSoup - Used for web scrapping
- Python-docx - Creating dox files within python
- argParse - Used to parse incoming arguments

