An open API service indexing awesome lists of open source software.

https://github.com/karthikudyawar/morse-code

To convert plain text to morse code and visa versa with audio.
https://github.com/karthikudyawar/morse-code

audio beeping encoder-decoder gtts morse-code pygame python tkinter

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![PyPI - Python Version][python-shield]][python-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





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][product-screenshot]](https://github.com/KarthikUdyawar/morse-code/blob/main/.github/screenshot/project-screenshot.png)

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

- [Windows](https://www.microsoft.com/en-in/windows?r=1) OS
- [Python](https://www.python.org/) Programming language
- [VsCode](https://code.visualstudio.com/) IDE
- [Github](https://github.com/) Version control

## 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
```sh
python -m pip install --upgrade pip
```

### Installation

1. Clone the repo
```bash
git clone https://github.com/KarthikUdyawar/morse-code.git
```
2. Creating virtual environments
```powershell
python -m venv env
```
3. Activate virtual environments
```powershell
env\Scripts\activate
```
4. Install packages from requirements.txt
```powershell
python -m pip install -r requirements.txt
```
5. Run the project
```powershell
python morse-code.py
```
6. Deactivate virtual environments
```powershell
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](https://github.com/KarthikUdyawar/morse-code/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](https://www.linkedin.com/in/karthik-udyawar-0489991b3/)

Project Link: [https://github.com/KarthikUdyawar/morse-code](https://github.com/KarthikUdyawar/morse-code)

## Acknowledgements

- [Geeksforgeeks](https://www.geeksforgeeks.org/convert-text-speech-python/)

[python-shield]: https://img.shields.io/pypi/pyversions/pygame?style=for-the-badge
[python-url]: https://www.python.org/
[contributors-shield]: https://img.shields.io/github/contributors/KarthikUdyawar/morse-code?style=for-the-badge
[contributors-url]: https://github.com/KarthikUdyawar/morse-code/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/KarthikUdyawar/morse-code?style=for-the-badge
[forks-url]: https://github.com/KarthikUdyawar/morse-code/network/members
[stars-shield]: https://img.shields.io/github/stars/KarthikUdyawar/morse-code?style=for-the-badge
[stars-url]: https://github.com/KarthikUdyawar/morse-code/stargazers
[issues-shield]: https://img.shields.io/github/issues/KarthikUdyawar/morse-code?style=for-the-badge
[issues-url]: https://github.com/KarthikUdyawar/morse-code/issues
[license-shield]: https://img.shields.io/github/license/KarthikUdyawar/morse-code?style=for-the-badge
[license-url]: https://github.com/KarthikUdyawar/morse-code/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/karthik-udyawar-0489991b3/
[product-screenshot]: https://raw.githubusercontent.com/KarthikUdyawar/morse-code/main/.github/screenshot/project-screenshot.png