Skip to content

To convert plain text to morse code and visa versa with audio.

License

Notifications You must be signed in to change notification settings

KarthikUdyawar/morse-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Python Version Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Morse Code Converter

To convert plain text to morse code and visa versa with audio.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Product Name Screen Shot

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.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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

Installation

  1. Clone the repo
    git clone https://github.com/KarthikUdyawar/morse-code.git
  2. Creating virtual environments
    python -m venv env
  3. Activate virtual environments
    env\Scripts\activate
  4. Install packages from requirements.txt
    python -m pip install -r requirements.txt
  5. Run the project
    python morse-code.py
  6. Deactivate virtual environments
    deactivate 

Usage

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).

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Karthik Udyawar - LinkedIn

Project Link: https://github.com/KarthikUdyawar/morse-code

Acknowledgements

Releases

No releases published

Packages

No packages published

Languages