Skip to content

desphixs/text-to-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

text-to-speech

Text to Speech App with python 4 lines of code

import pyttsx3

talk = pyttsx3.init() voice = talk.getProperty("voices") talk.setProperty("voice", voice[1].id) speech = input("Say something: ") talk.say(speech) talk.runAndWait()

About

Text to Speech App with python 4 lines of code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published