To convert plain text to morse code and visa versa with audio.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes, or dits and dahs. Morse code is named after Samuel Morse, one of the inventors of the telegraph.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- pip
python -m pip install --upgrade pip
- Clone the repo
git clone https://github.com/KarthikUdyawar/morse-code.git
- Creating virtual environments
python -m venv env
- Activate virtual environments
env\Scripts\activate
- Install packages from requirements.txt
python -m pip install -r requirements.txt
- Run the project
python morse-code.py
- Deactivate virtual environments
deactivate
There are 4 features
- To convert plain text into morse code.
- To convert morse code into plain text.
- To convert morse code into audio like beeps.
- To convert plain text into audio like speech (Only English).
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Karthik Udyawar - LinkedIn
Project Link: https://github.com/KarthikUdyawar/morse-code