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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file basic-fast-morse-translator-1.tar.gz.

File metadata

File hashes

Hashes for basic-fast-morse-translator-1.tar.gz
Algorithm Hash digest
SHA256 d14d2b5a1d3e9b99c9ab68305719bec78ac5a6aaba29f0f69eee3ed3434f99c4
MD5 53675b8189a290771fd5685b4ca67786
BLAKE2b-256 4714a8abbcb9ad3ae11b51831d7c7ec3510fcf91843c41a8c9c1ddae778e6dfd

See more details on using hashes here.

File details

Details for the file basic_fast_morse_translator-1-py3-none-any.whl.

File metadata

File hashes

Hashes for basic_fast_morse_translator-1-py3-none-any.whl
Algorithm Hash digest
SHA256 d79a9c88f617bf0c40a40525177da894a929f1e455fe8b4621151fd84f28953b
MD5 4b7fe86da1e6766cfbf509402b873665
BLAKE2b-256 c1a9d45fae9b972bc9a0620d013e64f11f5c10a2d7946a8345d25da1931487d8

See more details on using hashes here.

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