Search This Blog
Text to Speech in python.pyttsx3
Text to Speech in python.pyttsx3
pip install pyttsx3
import pyttsx3
engine=pyttsx3.init()
voices=engine.getProperty('voices')
engine.setProperty('voice',voices[1].id)
f="hello world")
#f=open("your_file_path").read()
engine.say(f)
engine.runAndWait()
run java program in command prompt.
run java program in command prompt.
Send and receive message using Socket in Python.
Send and receive message using Socket in Python.
github: https://github.com/sayed43/send_recv_msg_in_socket
github: https://github.com/sayed43/send_recv_msg_in_socket
Kivy sdl2 DLL Load failed. Problem Solved
Kivy sdl2 DLL Load failed. Problem Solved
Unity pink Screen Android . Problem Solved
Unity pink Screen Android . Problem Solved
How to get more Toolbars in SketchUp.
Get more Toolbars in SketchUp.
Subscribe to:
Posts
(
Atom
)