Hi Friends,
Here I will teach you how to create a software that talks.
Interesting is it...just like someone reading a book or some answers,news etc for us is something that is appreciable.
Talk IT is a reader that can read texts given in the input box.You can copy texts into it and will read for you without any hiccups :-)
Steps for creating Talk IT
1.Open Notepad and copy the below code
Do
Dim speaks, speech
speaks=inputbox("Enter the Sentence to be readed",
"Talking","Softsprogrammer")
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
If Len(speaks) = 0 Then
Exit Do
End if
loop until speaks = "Exit"
2.Now "Save As" Talk IT.vbs (Any name with an extension .vbs will do).
Also don't forget to change the "Save As Type" to "All Files".
3.Your talking software is ready.....Enjoy.
How to use
1.Run Talk IT and enter text into the input box or you can do copy paste.
2.Click OK or enter key,Talk IT will start to read for you.
3.Type "Exit" to quit from the software.
Conclusion
To exit from Talk IT just type "Exit".(We have given the loop until "Exit" is entered) / click Cancel
Thank you
Admin
Super.....Thanks a lot!!!
ReplyDelete