Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 434 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 434 Bytes

Dictionary APP

This is a basic implementation of the dictionary app.

Note:

Following freatures are to be added here:

1- is to make this program in such a way that if word not exist then do something 2- also if user enter wrong word by mistake (for example if user want to enter ""happy"" but type "Haappyy") then do something 3- task number 2 is with get_close_matches() for difflib library 4- then make GUI application of this