Hi in this video I covert a txt file into an audiobook (mp3 file) using Python. Got the texts from https://www.sacred-texts.com/download.htm. To do the conversion I used Google text to Speech (gTTS). I also used the TKinter interface to use Tk GUI toolkit. https://docs.python.org/3/library/tkinter.html
https://pypi.org/project/gTTS/
#python #pythonproject
Download
0 formats
No download links available.
Converting .txt to .mp3 Files with Python | NatokHD