Convert characters and digits to phonetic alphabet equivalents.
Project description
Phonetic Alphabet
A Python package for converting characters and digits to phonetic alphabet equivalents.
Installation
Installation can be done with the Python Package Index (PyPI).
pip install phonetic-alphabet
Examples
Converting an aircraft call-sign:
import phonetic_alphabet as alpha
call_sign = 'CF-ABC'
response = alpha.read(call_sign)
>>> CHARLIE FOXTROT - ALPHA BRAVO CHARLIE
Converting digits:
import phonetic_alphabet as alpha
heading = 290
response = alpha.read(heading)
>>> TWO NINER ZERO
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
Close
Hashes for phonetic_alphabet-0.1.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d1182cfe849672be24f3e88f6f5ee7fdf1cd4d61a37ee572bbb5790d66c9247 |
|
MD5 | 886d19e7a4e0fcc540baf8d62ff3bcaf |
|
BLAKE2b-256 | f409b8fd4c33d5aa6f37a5b73ccd4e8554e89dfee792e7f750a9b28408fe35d1 |