Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

Text to Speech CLI

A simple script to convert text to speech.

How to use the script ?

Installations:

  • readline-sync
    npm install readline-sync
  • gtts
    npm install gtts

To run the script, run this command in the terminal:
$ node "path_of_the_file"
For example:
$ node "c:\Users\Sapna\Desktop\hacking-tools-scripts\JavaScript\Text_to_Speech_CLI\script.js"

Now when you run the script you will get a voice.mp3 file in your folder.

Screenshot

demo )