Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 490 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 490 Bytes

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