A morse-code translator
Intro: A simple script that turn your inputs message into morse code or morse code to input.
How it works: It take an excel file which include both the key and the output, then it will ask the user what to encrypt. The script then transform each character to its respective morse code. Since it take a excel file, you could use it to encrypt and decrypt anykind of code given you know the key.
Package used: Pandas