Skip to content

A text-based Python program to convert user input into Morse Code.

License

Notifications You must be signed in to change notification settings

alexkanavos/text-to-morse-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Morse Code Converter

A text-based Python program to convert user input into Morse Code.

morse code terminal

Table of Contents

Introduction

  • The dictionary of supported characters is located in data.py file.
  • Each morse "character" is seperated from the next one with a space.
  • Morse code words are seperated with a slash "/" character.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/alexkanavos/text-to-morse-code.git
  2. Navigate to the project directory:

    cd text-to-morse-code

Usage

To start the program, run the following command:

python3 main.py

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License.

About

A text-based Python program to convert user input into Morse Code.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages