pronounce

Generate the pronunciation code for the string


License
MIT
Install
pip install pronounce==1.0.0

Documentation

Package Description

Pronounce is a Python Package for generating the pronunciation code.


Documents

Pronounce requires Python 3.5, 3.6, or 3.7.


Syntax: 
	pronounce.pronounce(name=str_object)

# Generate the pronounce code from the string
import pronounce as p

s1 = p.pronounce('Hello')
s2 = p.pronounce('Hailo')

print('Hello',' : ',s1)
print('Hailo',' : ',s2)

Output: Hello : H400
	Hailo : H400