Text to speech class for ease of use in Python3
Make an easy to use tool for auditory communication.
- pyttsx3 - Text-to-speech x-platform
Assuming you already have python3 on your machine:
sudo apt-get update
sudo apt-get upgrade
pip3 install pyttsx3
speaker = Speaking()
speaker.speak('The test speech is completed.')