Skip to main content

No project description provided

Project description

encode

string: str = "Some text"
import morseTranslator as mt
morse_string: str = mt.encode(string)
print(morse_string)

ouput

... --- -- . / - . -..- -

decode

morse_string: str = "... --- -- . / - . -..- -"
import morseTranslator as mt
string: str = mt.decode(morse_string)
print(string)

ouput

some text

Project details


Release history Release notifications | RSS feed

This version

1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

basic-fast-morse-translator-1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

basic_fast_morse_translator-1-py3-none-any.whl (1.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page