Skip to content

claudex/nato-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NATO Phonetic Alphabet Converter

Convert list of character to the equivalent in NATO alphabet and digits in ITU/IMO alphabet. And it takes care of the capitals:

$ ./nato_converter.py aBc
aBc: alpha BRAVO charlie

This is useful to give password orally and avoid confusion:

$ ./nato_converter.py $( pwgen 8 1)
Mahngi8i: MIKE alpha hotel november golf india Oktoeight india

If you don't specify an argument, it reads stdin:

$ pwgen 3 2 | ./nato_converter.py
Ym20Ge: YANKEE mike Bissotwo Nadazero GOLF echo

About

Convert string to NATO alphabet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages