Text-to-Speech from .xlsx files and generate .mp3 or .wav audio files using python. This program uses api from Google Translate for tts. You can also choose gTTs python library.
git clone- Provide the directory path of
.xlsx,.mp3and.wavfiles through input. You can hitEnterto use default path (default:{project-path}/files/{xlsx & mp3 & wav}). - Run the program and get your output in folder (mp3 or wav).
- If you're using linux/osx, make sure
ffmpeginstalled in system. openpyxlpydubgTTs