Releases: rohsaurus/Morse-Code-Translator
Morse Code Translator V1.1 (Pre-Alpha)
Fixed a bug where the '' character would cause the program to crash. Now when user enters that key, the program will automatically skip it.
Full Changelog: v1.0...v1.1
Morse Code Translator v1.0 (Pre-Alpha)
This is version 1 of the translator. Note that this is the command line version of the program. In the GitHub repository, there is also a Flask version (main.py). To run this program, simply extract the zip file and run "Morse Code Translator.exe". A Windows command prompt will open and the program will be running inside asking you to input what you want translated. Note that all spaces will be replaced with the | character and the \ causes the program to crash. If I decide to improve on the command line version, the \ key bug will be fixed and I might add a GUI potentially.
To exit the program, you can either close the command prompt window, or when the program asks if you want to continue, just say "no". Right now, it is currently case sensitive, but if I go back, I will make it work regardless of case.