A morse code encryption / decryption library
Project description
A library that can convert text, numbers and symbols to morse code and vice versa
The code is super beginner friendly it's simple to understand and implement.
Installation
pip install morse3
Usage
>>> from morse3 import Morse as m
>>> m("a a23").stringToMorse()
>>> .- .- ..--- ...--
>>> m("-.-. .- -. -.. -.--")
>>> candy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
morse3-2.9.tar.gz
(2.1 kB
view details)
File details
Details for the file morse3-2.9.tar.gz
.
File metadata
- Download URL: morse3-2.9.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55ae42ba77af35f90e1566cc11af9753da02a8c47df96be31d83dcba3d61c0ac |
|
MD5 | 02eb8b38577f70c6477f2fc53eed5617 |
|
BLAKE2b-256 | d089484149604dcd1e2b9c7726042e7d147997dc2f5839b751cc6048a6b9f124 |