Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 608 Bytes

Quizlet-Offline

Grab flashcards from Quizlet for reuse offline

This is made of two parts. The C# ripper and the JS displayer.

Ripper

You have to save copies of Quizlet pages via your browser to a directory.

  • You can save as many pages as you want to the directory. The ripper will parse them all.

Run the C# program.

  • If you don't want to compile your own copy, there is a copy in Quizlet-Offline-master/Ripper/QuizletRipper/bin/Debug/

It will generate a quizlet.js file. Copy this to Quizlet-Offline-master/Displayer/

Displayer

Double-click index.html.

That's it.