Skip to main content

Convert characters and digits to phonetic alphabet equivalents.

Project description

CircleCI PyPI version

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


Download files

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

Source Distribution

phonetic_alphabet-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

phonetic_alphabet-0.1.0-py2-none-any.whl (6.1 kB view hashes)

Uploaded Python 2

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