Skip to content

jiveshs98/Python-Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Dictionary

Python Real World Application: A dictionary made using Python 3.7.

The code for application is in dictionary.py file.

This application reads from a json file, data.json, which contains data about various words and their meanings.

program

If the user enters a wrongly spelled word, the program will suggest the word most likely matching the given input.

For eg: If the input is 'stdent', the program would ask whether the word is 'student' or not.

wrong

The input is not case-sensitive. This means that even if you write the word in small or capital letters or both, the program will interpret it as same.

case

Also, the user will have to interact with the program in cmd environment (Windows) as the GUI has not been made, but it will probably be done soon.

About

Python Real-World Application: A dictionary made using Python 3.7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages