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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phonetic_alphabet-0.1.0.tar.gz.
File metadata
- Download URL: phonetic_alphabet-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d24490627958029991a9f018396913f0a5ef3ad8feb9772cbbd484a98848bb8f
|
|
| MD5 |
66335fbf23e7411fbc975b0ea74c7be0
|
|
| BLAKE2b-256 |
0a5498e6d1fdc7fb9589efc781e087792876639e4072db643bf4f59ee1db7c74
|
File details
Details for the file phonetic_alphabet-0.1.0-py2-none-any.whl.
File metadata
- Download URL: phonetic_alphabet-0.1.0-py2-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1182cfe849672be24f3e88f6f5ee7fdf1cd4d61a37ee572bbb5790d66c9247
|
|
| MD5 |
886d19e7a4e0fcc540baf8d62ff3bcaf
|
|
| BLAKE2b-256 |
f409b8fd4c33d5aa6f37a5b73ccd4e8554e89dfee792e7f750a9b28408fe35d1
|