Skip to content

ozert/Text-to-Speech-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-to-Speech-Python Hits

Text to speech class for ease of use in Python3

Purpose

Make an easy to use tool for auditory communication.

Dependencies

  • pyttsx3 - Text-to-speech x-platform

Dependency Installation

Assuming you already have python3 on your machine:

sudo apt-get update 
sudo apt-get upgrade
pip3 install pyttsx3

Example Use

speaker =  Speaking()
speaker.speak('The test speech is completed.')

About

Text to speech class for ease of use in Python3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages