Skip to content

This repository contains a simple Python script that allows users to look up definitions of English words. The script uses the "difflib" library to find close matches for words that are not in the dictionary.

Notifications You must be signed in to change notification settings

edeniyanda/English-Dictionary-Lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

English-Dictionary-Lookup

This repository contains a simple Python script that allows users to look up definitions of English words. The script uses the "difflib" library to find close matches for words that are not in the dictionary.

Requirements

  • Python 3.x

Usage

To use the script, clone this repository and run the following command:

python dictionary.py

You will be prompted to enter a word, and the script will print the definition if it is found in the dictionary. If the word is not found, the script will suggest similar words that might be what you were looking for.

Data

The data for this project was taken from the Webster English Dictionary.

Disclaimer

This project is intended for learning purposes only and is not intended for use in production environments.

About

This repository contains a simple Python script that allows users to look up definitions of English words. The script uses the "difflib" library to find close matches for words that are not in the dictionary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages