Skip to content

Instantly share code, notes, and snippets.

@SebTota
SebTota / main.py
Created September 22, 2022 03:30
DuoLingo Vocabulary Puller For Quizlet
'''
Generate a comma separated list of your DuiLingo vocabulary words and translations to create
flashcards in Quizlet.
Command: `python3 main.py -u <username> -p <password> -sl <source-language> -tl <target-language>`
Ex: `python3 main.py -u Seb001 -p 'SuperStrongPassword1' -sl de -tl en`
'''
import argparse
from typing import Optional