Create A Morse Code Translator

Description

There are several possible morse code translators.

1Make dots and dashes, images of dots and dashes, a font, etc.?

Can the pygame module be used to make dit and dah sounds?

Things to think about

Thoughts on Creating the Translator

  1. create a list/dictionary containing letters to dots/dashes translation.
  2. Create functions to make dots and dashes (sound/images/text)?
    Create a test program to test the function.
  3. Create a function to accept user input and output dots and dashes.
    Create a test program to test the function. (Do you need to display a menu first?)
  4. Combine 1, 2, and 3.

Links

Morse Code (Wikipedia)
Morse Code Fonts
Morse Code Font
Learn Morse Code Online