Skip to content

akionsight/Text2Morse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Text2Morse

A simple text to morse converter for international morse code

Usage

International morse code

  1. first import the file

import mose_code_converter

  1. then use the function
morse_code = international_morse_code_converter('hello world')
print(morse_code)

american morse code

  1. first import the file

import mose_code_converter

  1. then use the function
morse_code = american_morse_code('hello world')
print(morse_code)

Releases

No releases published

Packages

No packages published

Languages