Pages

Friday 3 January 2014

Create a Software that Reads Text (Talk IT)







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

   


1 comment:

 

About Me

I am Tijo Tom, a Computer Engineer from India.Right from my schooling, I had a passion for Programming, PC Tricks, Virus Creation and Hacking.

I started this blog on Jan 1, 2014 to share my views and ideas with the world.

You can know more about me on