Quizlet is a website that allows users to access other user-submitted flash card decks. Anki is an application that shows users different flash cards based on spaced repetition. There is no built-in way to convert these flash card decks to Anki decks and many of the other programs made to do this have stopped working because Quizlet's API no longer works. This program uses a workaround which uses a PDF export of a Quizlet deck to convert into an Anki deck.
- Download the latest version of Quizlet to Anki from the releases.
- On the page for the flash card deck that you want to export, click the ellipses next to the "Share" button and click "Print".

- Select Glossary and save it as a PDF. You might need to use a different browser if you're not given the option to save as a PDF.

- Unzip QuizletToAnki-release.zip
- Place the PDF that was downloaded from Quizlet into the files folder in QuizletToAnki-release
- Rename the PDF to "quizlet.pdf"
- Run quizlet_to_anki.exe
- In Anki, click File -> Import and select output.txt from the QuizletToAnki-release folder
- Make sure the "Field separator" is set to "Semicolon" and click Import
Please make sure you have the following prerequisites:
Python 3.11 or higherOlder versions might also work, but Python 3.11 was used to code it originallypypdf 3.16.2