4 comments (4 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I would like to add the python implementation of a program that converts plaintext to morse code and morse code back to plaintext.
Contributor guide
- Research direction
- Implement a Python script that provides two functions: one to convert plain text to Morse code and another to convert Morse code to plain text. Use a dictionary mapping characters to Morse code. Handle lowercase and uppercase, and ignore non alphanumeric characters or raise an error. Test with various inputs.
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Prerequisites
- Python