We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5914ad commit 2f165e2Copy full SHA for 2f165e2
JavaScript/Text_to_Speech_CLI/Readme.md
@@ -10,6 +10,11 @@ npm install readline-sync
10
- gtts</br>
11
npm install gtts</br>
12
13
+To run the script, run this command in the terminal:</br>
14
+$ node "path_of_the_file"</br>
15
+For example:</br>
16
+$ node "c:\Users\Sapna\Desktop\hacking-tools-scripts\JavaScript\Text_to_Speech_CLI\script.js"</br>
17
+
18
Now when you run the script you will get a voice.mp3 file in your folder.
19
20
## Screenshot
0 commit comments