This is an encryptor and decryptor for the morse code built on Flask.
Here is the website link: https://themorsecode.herokuapp.com
To contribute follow these steps:
- Fork this repository.
- Create a branch with your username:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push the changes to your forked branch:
git push origin <branch_name>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
This project is MIT licensed, as found in LICENSE.md file.