We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a07efe + 56a4a91 commit ddc9766Copy full SHA for ddc9766
1 file changed
projects/Text_to_speech/README.md
@@ -0,0 +1,17 @@
1
+# txtToSpeech.py
2
+
3
+When executed the text from abc.txt will be turned into an mp3, saved and then played on your device.
4
5
+### Prerequisites
6
+- abc.txt with your text
7
+- the gTTS==2.1.1 module (pip install gTTS to download)
8
+- the os module (pip install os)
9
10
+### How to run the script
11
+Write your desired text into the abc.txt file
12
+then execute the txtToSpeech.py file. This can be
13
+done by typing 'python txtToSpeech.py' into your Terminal.
14
15
16
+## *Author Name*
17
+Simon Hanrath
0 commit comments