Skip to content

Commit 1e77d36

Browse files
authored
Create Text to Audio.py
1 parent df40c9f commit 1e77d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Text to Audio.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pyttsx3
2+
engine = pyttsx3.init()
3+
engine.say('This is a python example in MEDIUM')
4+
engine.runAndWait()

0 commit comments

Comments
 (0)