lbivens / pynato

A Python based phonetic alphabet speller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pynato

A Python based phonetic alphabet speller

See speller.py for an usage example.

You can also pipe text in:

~: echo Hello World | ./speller.py
Hotel Echo Lima Lima Oscar   Whiskey Oscar Romeo Lima Delta

Or pipe the output to other utilities:

# your computer will now greet the world
~: echo Hello World | ./speller.py | say

About

A Python based phonetic alphabet speller

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%