Skip to content

It's an encoder/decoder which encodes text to morse code and decodes morsecode to text

License

Notifications You must be signed in to change notification settings

mahinbinhasan/morsetextencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mahin morsetextencoder

launch Screen is a Python library for creating launching (loading) screen.

Installation

Use the package manager pip to install foobar.

pip install mahinmorsetext

Usage

from mahinmorsetext import *
t = 'Normal String'
m = '-- .- .... .. -.'#morse string
print(texttomorse.gen(t))
print(morsetotext.gen(m))

Contributing

Please make sure to update tests as appropriate.

License

MIT ##Contact My Facebook My Github

About

It's an encoder/decoder which encodes text to morse code and decodes morsecode to text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages