There is no way to produce flashcards using multiple combinations of data for hardv.
Here is the link to the GitHub, with specifications.
In essence, I want:
I have found csvtohardv.py
to be a very useful program. Interface is not intuitive, but is best I could concieve for contextual multidimensional mappings.
At command-line argumentation, the program does not accept an explanatory column after two space-separated lists. This is quite a minor bug. I, myself, have never required the functionality it would enable.
The framework provided by csvtohardv.py
will permit easy testing of learned stenography cords, and most importantly automatic updating of changed fields, along with resetting the timestamps for spaced repetition.
This is my first program to manipulate lists and dictionaries with non-trivial logic.