Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 509 Bytes

Hebrew Flashcard App

A web app for generating flashcards using the hebrew-vocab-tools app

live

Use a live version here!

install

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