What We Used:
🔶gTTS: Google Text-to-Speech
🔶python-docx: For reading Word documents
🔶FFmpeg: For handling audio output
Setup Steps:
1️⃣ Install the Python packages:
pip install gTTS python-docx
2️⃣ Download FFmpeg
Choose the right version for your OS here
https://ffmpeg.org/download.html
3️⃣ On Windows, add the FFmpeg /bin folder to your User Environment Variables > Path so it's accessible from the command line.