Skip to content

A simple Python application that converts text to Morse code.

License

Notifications You must be signed in to change notification settings

Neill-Erasmus/text-to-morse-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Morse Code

Morse Code Converter

Table of Contents

Introduction

The Morse Code Converter is a lightweight Python application designed to convert text into Morse code. It provides a user-friendly command-line interface for easy interaction.

Features

  • Converts text to Morse code
  • Supports both letters and numbers
  • User-friendly command-line interface

Installation

To use the Morse Code Converter, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/morse-code-converter.git
  2. Change into the project directory:
    cd morse-code-converter
    

Usage

Run the application with the following command:

python main.py

Contributing

Currently, contributions are not accepted for this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.