Skip to content

Commit 0578135

Browse files
author
19lyaejin
committed
Create README.md
1 parent 6e936c3 commit 0578135

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Speaking Dictionary
2+
Speaking Dictionary is Python program that allows the user to find the meaning of English word by speaking it directly to the program(device). Then, the program(device) will directly explain the definition of the word out loud.
3+
4+
### Prerequisites
5+
pyttsx3: pip install pyttsx3
6+
PyDictionary: pip install PyDictionary
7+
speech recognition: pip install SpeechRecognition
8+
gTTS: pip install gtts
9+
10+
+pip install pyaudio
11+
12+
### How to run the script
13+
SpeakingDictionary.py
14+
15+
### Screenshot/GIF showing the sample use of the script
16+
[SpeakingDictionary](https://user-images.githubusercontent.com/69775935/140873415-dc79bdd7-d36e-4ca5-ae6f-4da88837f5f0.png)
17+
18+
### Author Name
19+
Yaejin Lee : 19lyaejin, https://github.com.19lyaejin

0 commit comments

Comments
 (0)