Skip to content

queq/morse-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

morse-player

Morse code translator with playback included. Part of /g/'s Programming Projects for n00bz. If you aren't familiar with Morse Code, see this article on Wikipedia.

Dependencies

python2.7, pyaudio

Usage

  1. Open a Terminal window and go to the repository folder. Maybe you'll need to change permissions to the executable file ($ chmod a+x morse-player).
  2. Run it via ./morse-code and then type whatever you want!

Issues

  • While on playback, multiple warnings appear on Terminal (ALSA related), so you'll need to scroll up to see the translated dots and dashes.

TODO

  • Wrap this up nice and cute in a GUI, in order to avoid the previous issue
  • Allow translation in both ways
  • Allow user to change certain parameters, such as tone frequency, duration and amplitude on the fly.

About

Morse code translator with playback included

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages