python Project for SCM.
Functions:
- Delete Word -> Delete word function is used to delete a word and its meaning from to dictionary.txt file.
- addword function -> This function is used to write a word and its meaning into the dictionary.txt file.
- searchword function-> This function get input word from the user and search the word and its meaning from dictionary.txt file.
- Start function -> This function initialize the app.