Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Dictionary APP

This is a basic implementation of the dictionary app.

Note:

Following freatures are to be added here:

  • To make this program in such a way that if a word does not exist then do something.
  • If a user enters a wrong word by mistake (for example if user want to enter ""happy"" but type "Haappyy") then do something.
  • Task number 2 is with get_close_matches() for difflib library
  • Then make GUI application of this