You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments