Creating Text-to-speech files has been a dream for many of us since we were kids. Now, with Python, those dreams can become true with few lines. Let’s see how!
On this lesson you’ll learn how to:
Create an mp3 from a string of text
Ask the user for a text and create an mp3
Ask the user for a text file, extract the text and create an mp3
How to play mp3 with Python.
---------------------------------
00:40 - Preparing
00:57 - Importing
01:50 - Reading from string function
04:23 - Reading from user function
05:33 - Reading from file function
---------------------------------
Subscribe to the channel:
/ @letslearnabout4934
Text version:
https://letslearnabout.net/tutorial/p...
Twitter:
/ davidmm1707
GitHub:
https://github.com/david1707