Program to revise words periodically based on the space repetition technique.
To run the program
practice python Source.tsv
The source files should be in the same directory
- Keep a track of number of times a word was revised
-
- Capitalise the word which is being revised during the sentence revision
- Show the meaning of the word as well during the sentence revision
- Bug while adding new words to the CSV. Adds " to the file automatically
- Make the file as per pep8 guide