Skip to content

Underemployed/morse_code_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text to Morse Code Converter

Description

This project is a text to Morse code converter. It allows users to input text and convert it to Morse code or vice versa.

Features

  • Conversion of text to Morse code
  • Conversion of Morse code to text
  • Copy and paste functionality
  • History of input and output texts

Usage

To convert text to Morse code, enter the text in the input field and click the "Convert" button. The converted Morse code will appear in the output field.

To convert Morse code to text, enter the Morse code in the input field and click the "Convert" button. The converted text will appear in the output field.

Additional buttons are available for copying, pasting, clearing the input and output fields, and navigating through the conversion history.

Installation

To use this project, you can clone the repository from GitHub:

git clone https://github.com/Underemployed/morse_code_translator.git

Contributing

Contributions are welcome! If you would like to contribute to this project