Skip to content

Commit 876636e

Browse files
authored
Added README file
1 parent baa784e commit 876636e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

OTHERS/PythonDictionary/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Create an English Dictionary App Using Python
2+
3+
In Python, a dictionary is an unordered collection of data values, used to store data values like a map. It works in a similar manner just like the real world dictionary where all the keys are unique and of immutable data type.
4+
5+
In this guide we will be creating an interactive English dictionary which will not only allow the user to type in words to get meaning but also provide word suggestions in the case of a misspelling.
6+
7+
Read more about the Dictionary project [here](https://sweetcode.io/create-an-english-dictionary-app-using-python/)
8+
9+
## Output
10+
11+
**Terminal Output**
12+
![](https://sweetcode.io/wp-content/uploads/2022/04/program.jpg)
13+
14+
15+
**GUI Output**
16+
![](https://sweetcode.io/wp-content/uploads/2022/04/mydict.jpg)

0 commit comments

Comments
 (0)