Shahrayar123 / Python-Projects

Basic Python projects, good first issue
368 stars 338 forks source link

Update dictionary.py #70

Open Swish78 opened 1 year ago

Swish78 commented 1 year ago

The programme is programmed in Python and uses the PyDictionary module to give users access to word definitions, synonyms, antonyms, and translations. It has a menu-driven user interface and leverages the difflib library's get_close_matches() function to provide alternatives if the entered word is misspelt or undefined.