Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.08 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.08 KB

Quiz2doc

Creating document of questions and answers out of quizme website quizes for studying purposes before exams.

Getting Started

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

Prerequisites

  • Python 3.7
  • Python-docx 0.8.10
  • BeautifulSoup4 4.9.1

Examples

Quiz taken -

alt text

Output -

alt text

Built With