Morse Code Translator
Project description
Morse code translator.
Morse code translator is a small library for translating Latin letters into Morse code and vice versa.
Table of Contents
Installation
pip install morse-code-translator2
Quick Start
Translation morse code to lat.
from morse_code_translator.translator import translate_to_lat
translate_to_lat(".--. -.-- - .... --- -. --- -. . .-.. --- ...- .")
'python one love'
Translation lat to morse code.
from morse_code_translator.translator import translate_to_morse
translate_to_morse("Python one love")
'.--. -.-- - .... --- -. --- -. . .-.. --- ...- .'
License
Morse code translator is licensed under the MIT License. See the LICENSE file distributed with this work for additional information regarding copyright ownership. Except as contained in the LICENSE file, the name(s) of the above copyright holders shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization.
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
Built Distribution
File details
Details for the file morse-code-translator2-1.0.0.tar.gz
.
File metadata
- Download URL: morse-code-translator2-1.0.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62bbe32332652e8d6be2d0d85f8e7757625e17a2d379da11b52cbb4f9d147905 |
|
MD5 | 3d571164a77aa253639bfa2c8c0955ed |
|
BLAKE2b-256 | a00fb73f462f57f07f587a4aec82a9961b4f4d32cb26c4df2151cef6e485b00b |
Provenance
File details
Details for the file morse_code_translator2-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: morse_code_translator2-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e48e9988e215407264ce84db2c79abf760b4b1584c1cea2031bb741e9ae54dc1 |
|
MD5 | 4a3d830f7398b9ba2eaa44a413f03dc4 |
|
BLAKE2b-256 | 15010b6100c7b9efaf353609834f3dbf53772a17868191c443d7428416b0104f |