Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 414 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 414 Bytes

Text to speech using gTTS

Simple text to speech using python library gTTS ( Google text to speech).

Requirments

  1. Install required packages

      pip install -r requirements.txt
    

Usage

  1. Else Clone this repo , change directory and run the following if : python3 t2s.py else : python t2s.py