We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0578135 commit 6eba86fCopy full SHA for 6eba86f
projects/Speaking_Dictionary/requirements.txt
@@ -0,0 +1,8 @@
1
+# Speaking Dictionary Requirements
2
+### prerequisites: pyttsx3, PyDictionary, speech_recognition, gTTS, pyaudio
3
+
4
+pyttsx3: pip install pyttsx3
5
+PyDictionary: pip install PyDictionary
6
+speech_recognition: pip install SpeechRecognition
7
+gTTS: pip install gtts
8
+pyaudio: pip install pyaudio
0 commit comments