Create a simple Text to Speech converter with Notepad/Notepad++ Notepad and Notepad++ are most commonly used text editors. And there some really simple yet amazing things you can do with these tools. Here we will be creating a simple text to speech converter on using notepad, without adding any additional plugin or software, and its offline. This also be fun for your children and even help you in teaching them something, if you use it right. Open notepad or notepad++, whichever text editor you like to use. Copy and Paste below code in editor. Dim message, sapi message=InputBox("What do you want me to say?","Text to Speech") Set sapi=CreateObject("sapi.spvoice") sapi.Speak message Now, save this text file with any name, but only with .vbs extension, for example you can save as TextToSpeech.vbs Close notepad. When you double click on file, it will open a message popup like below with a text field. Just type-in the text and hit Enter key or Click on OK butto...
Handpicked, simple and quick tricks for you to make your day to day work life easy.