a python program to generate flashcards in command line
git clone [email protected]:anyu0/flashcards.git- Go to the working directory
cd ./flashcards- Make a plain text file under the ./unprocessed/directory
vi ./unprocessed/filename- It should be written in the following format
hint; answer
...
- Generate a dictionary by entering
python3 mkdict.py filename- Make a deck of flashcards by entering
python3 generate.py ./processed/filename- append the following line in your shell config
alias flashcard="cd path/to/flashcards"