Skip to content

pounders82/PythonDictionarySearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

PythonDictionarySearch

Table of contents

General info

This project is to practice using json file in python 3. This program opens a data.json file and asks the user for a word. The word is coverted to lowercase and searched for in the json file. If there is a match then the definition is returned. If there is not a match difflib is used to find close matches to the word. If there are matches the user is asked if that is what they ment. If there are no matches then the user is tole the word is not in the dictionary.

Technologies

Project is created with:

  • Python 3 version: 3.6.5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages