How to create a free pronunciation tool on Windows by using Notepad

No need to download any software and install it. Just use Notepad, copy some lines of code and save the file with the extension extension vbs to create a free pronunciation tool. The steps are quite simple, even people with low computer skills can do it.

How to create a free pronunciation tool on Windows with Notepad:

Step 1:

Open Notepad on your computer.

Step 2:

Next copy and paste the code below into Notepad file:

Dim message, sapi

message = InputBox ("A Free Pronunciation tool" + vbcrlf, "Text to Audio converter")

Set sapi = CreateObject ("sapi.spvoice")

sapi.Speak message

Step 3:

The next step is to save the Notepad file to Pronunciation.vbs and save it on the Desktop.

How to create a free pronunciation tool on Windows by using Notepad Picture 1

Step 4:

From now on every time you click on the tool you created and enter any one word or sentence, the tool will read the word, the sentence you enter immediately.

How to create a free pronunciation tool on Windows by using Notepad Picture 2

Refer to some of the following articles:

  1. These "hack" tips are only Notepad can do
  1. Troll friends by creating "fake" virus on Notepad
  1. Use Notepad to make the keyboard automatically type any text repeatedly

Good luck!

5 ★ | 1 Vote

May be interested

  • Instructions for rewriting Notepad text using AIInstructions for rewriting Notepad text using AI
    with ai integration in notepad on windows 11, you can use the rewrite tool to change the style and length of your notes, as well as rewrite selected text.
  • How to Open NotepadHow to Open Notepad
    notepad is an incredibly easy-to-use text editor bundled with the microsoft windows operating system. you can find and open notepad from within the microsoft windows start menu, or you can create a new text file right on your desktop....
  • How to Make a Program Using NotepadHow to Make a Program Using Notepad
    this wikihow teaches you how to use your windows computer's notepad app to create a program. to do this, you'll type a program's code line-by-line into notepad and then save the notepad file as the programming language's preferred format....
  • How to replace Notepad with Notepad ++ in WindowsHow to replace Notepad with Notepad ++ in Windows
    notepad is the system's default editing tool.
  • Why is Notepad still a great note taking application?Why is Notepad still a great note taking application?
    we are in an age where there are countless hyperlinked note-taking apps, one that has always been there, simple yet really effective: windows notepad. here are the reasons why you should make a habit of using notepad to take notes.
  • Reset Notepad to the initial default setting stateReset Notepad to the initial default setting state
    notepad is one of the most used applications on the windows operating system. during use, the notepad font is changed, corrupted, the notepad window size is changed, and some other errors. so to fix the error, you must reset notepad to the initial default setting.
  • Differences between Notepad and WordPad in WindowsDifferences between Notepad and WordPad in Windows
    if you have been properly trained in microsoft word, you have probably never 'touched' other editing programs on windows such as notepad and wordpad. both notepad and wordpad are developed by microsoft itself, and are integrated on windows versions, however notepad and wordpad only support and cannot be compared with word. to better understand the difference between notepad and worpad in windows, please refer to the article below.
  • How to quickly open the data file with the Notepad editorHow to quickly open the data file with the Notepad editor
    if you only handle common text content, without editing, the notepad software available on your computer will be the first choice. and we can re-open the file with a quicker notepad than the usual one.
  • Notepad will be absent from the Store on Windows 10Notepad will be absent from the Store on Windows 10
    microsoft has just changed its mind, not moving notepad to the store in the upcoming 20h1 update.
  • Summary of useful shortcuts when using NotepadSummary of useful shortcuts when using Notepad
    to help you lose your work as well as save time in the process of using, faster operation you can use the shortcut. in the following article, network administrator will introduce you to some extremely useful shortcuts when using notepad.