Plays text in Morse code. With the internal speaker (beep).
It supports all of the letters, numbers and special characters (.,:;()'"
) and etc.
You must use the operating system Windows and standard terminal cmd.exe
And of course the working speaker.
python -m morzebeep Hello world!
or as a library
from morzebeep import play
play('Hello world!')