Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vaishnavigujjari/python--myfirstapplication
- Owner: vaishnavigujjari
- Created: 2019-06-07T08:44:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T08:50:06.000Z (over 5 years ago)
- Last Synced: 2024-04-22T04:31:50.328Z (9 months ago)
- Language: Python
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.