Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vaishnavigujjari/python--myfirstapplication

This is my first Python application. ApplicationName: Interactive Dictionary.
https://github.com/vaishnavigujjari/python--myfirstapplication

Last synced: about 2 months ago
JSON representation

This is my first Python application. ApplicationName: Interactive Dictionary.

Awesome Lists containing this project

README

        

# Python--MyFirstApplication
This is my first Python application.
ApplicationName: Interactive Dictionary.

FEATURES OF THE APPLICATION:
1. Displays the meaning of the word entered.
2. If we enter the wrong spelling of a word, It displays similar word and asks if that is the word.
3. Corrects the spelling and displays the meaning.
4. If we enter a random word that doesn't exists, it first tries to find a similar word, if not found, displays a statement to enter the right word.
5. Gives the correct meaning even if we enter the word in swap cases.