Desktop Language Learning Application has been developed for learning specific number of foreign language words(e.g.10000).
Instruction for Use:
- User is asked how many words he/she wants to enter.
- User enters word(s),their translation(s) and their type(s).
- Translation of the word(s) is asked to the user.
- If the answer is correct,it is saved as correct answer otherwise as false.
- At the end, the result is reported to the user.
- If the success is below 90%, an email is sent to the user titled "You should work more!!!"
Used modules+frameworks : Tkinter,random,BeautifulSoup,email.mime,pandas,datetime,csv,smtplib
Note : Very little of the code has been shared!!!