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
,.mp3
and.wav
files through input. You can hitEnter
to 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
ffmpeg
installed in system. openpyxl
pydub
gTTs