Skip to content

A simple python dictionary with a command line interface

License

Notifications You must be signed in to change notification settings

WckD123/PythonDictCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Dictionary CLI

This is my first Python Project.

I have created a Python Command Line Interface based Dictionary.

This dictionary has the following basic features:

  1. Enter the word -> You'll get its meaning
  2. Upon entering a wrong word, the program will give you other words which are close to the original words.
  3. A final Yes/No prompt will help you get the meaning of the suggested word or run the program again.

Note: I tried implementing this on my own but realized that the get_close_matches function of the "difflib" was the best option to do so. Hence, that has been used.

About

A simple python dictionary with a command line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages