Memorize-New-Words
In this very very very little project, I've wrote a code to memorize new english words. Therefore you can add the words and their meaning (In this case I have added Persian) to NotMemorized.csv file, Then when you run the code, you will get these words randomly. So this memorizing will be independent to position of the word respect to other words. In response you choose 'y' or 'n', meaning that you remember the word or not. If you remember the word, it will go to Memorized.csv file, otherwise the word will not move.
The words in NotMemorized.csv file belong to movies and series I have seen.
How to run
1.Clone the repository:
git clone
2.Add your new words to NotMemorized.csv file.
3.Run main.py