A web app for generating flashcards using the hebrew-vocab-tools app
Use a live version here!
git clone https://github.com/charlesLoder/hebrew-flashcard-app.git
cd hebrew-flashcard-app
# install hebrew-vocab-tools
git submodule init
git submodule update
# install dependencies
pip install -r requirements.txt
# if using venv, activate; then
python app.py