Skip to main content

Generate the pronunciation code for the string

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pronounce-1.0.0-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page