Have you ever wanted to turn a written book into an audiobook! The #Python package #pyttsx3 converts text to speech and lets you do this in a few lines of code🐍✨
Here's all the code I used to get Python to read a short story out loud📚📣
You can change the pace, voice, and volume and it works offline! Could be a really fun side project, though the voice is a bit robotic 😅
Also a MUCH more sophisticated version of this is the voice cloning package, also written in Python💕 It takes any voice and will read text back to you in that voice (you can give it yours😂)