A simple web application that converts Quizlet flashcards into Anki cards with customizable options.
- Convert Quizlet cards into Anki decks ready for import
- Support conversion for multiple card types:
- Basic (front and back)
- Cloze deletion
- Advanced Cloze deletion
- Paste your Quizlet card text or link into the input field.
- Choose your preferred card type: Basic, Cloze, or Advanced Cloze.
- Click Convert.
- Download the generated Anki deck file.
- Import the file into your Anki desktop or mobile app.
- Python (Flask) for backend
- JavaScript for frontend interactivity
- HTML & CSS for site structure and styling
To run the project safely, it's recommended to use a Python virtual environment:
- Create and activate a virtual environment
source env/bin/activate # On Windows, use: `.\env\Scripts\activate`- Install Flask
pip install Flask- Run Program
python3 app.py