项目作者: akionsight

项目描述 :
A text 2 morse converter
高级语言: Python
项目地址: git://github.com/akionsight/Text2Morse.git
创建时间: 2020-07-31T11:37:58Z
项目社区:https://github.com/akionsight/Text2Morse

开源协议:

下载


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
  1. morse_code = international_morse_code_converter('hello world')
  2. print(morse_code)

american morse code

  1. first import the file

import mose_code_converter

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