Skip to content

ahoustonpsych/PhoneticAlphabet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhoneticAlphabet

Translates a string of text into its phonetic equivalent.

Requirements

  • Python 2.7
  • Tkinter (should be included with python)

Usage

  1. Install requirements

  2. Copy string of text to your copy buffer (ctrl/command + C)

  3. Run the script:

    • For case-sensitive text, such as passwords:

    $ python passwords.py

    • For everything else:

    $ python phonetic.py

Other Info

Alphabet used: https://en.wikipedia.org/wiki/NATO_phonetic_alphabet

About

Translates a string of text into its phonetic equivalent. alphabet used: https://en.wikipedia.org/wiki/NATO_phonetic_alphabet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages