Skip to main content

Library for encoding and decoding Morse code.

Project description

AceMorse is designed for encoding and decoding strings of Morse code.

Example usage of AceMorse:

from acemorse import MorseCode

morse = MorseCode()

text = 'Hello world!'

print('Original text: {}'.format(text))
message = morse.generate(text)

print('Morse code: {}'.format(message))
translate = morse.translate(message)

print('Back to English: {}'.format(translate))

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

AceMorse-1.0.tar.gz (3.6 kB view details)

Uploaded Source

File details

Details for the file AceMorse-1.0.tar.gz.

File metadata

  • Download URL: AceMorse-1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for AceMorse-1.0.tar.gz
Algorithm Hash digest
SHA256 ce0bbb9c9fdd7ebfd9f407f115b4d37660610615d197e33a5ed580309204d1c8
MD5 081244d63f1a2961af55b4ac87b88bc5
BLAKE2b-256 e420b763a7df0a4058d469f6e8cc1e7c5e1e016af232d6da00195ac7fd9b9baa

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