Skip to main content

Soundex Python Library

Project description

py4Soundex

Soundex Python Library

Getting Started

This project is simply implementation of Soundex algorithm in python programming language.

Prerequisites

This Project Has No Prerequisites

Installing

The easiest way to install py4Soundex is using pip

pip install py4Soundex

Usage

It's only a function named Soundex. It takes string as argument and return soundex code

from py4Soundex.code import Soundex
print(Soundex('Smith'))
print(Soundex('Smyth'))
# Both Yield Same Code

Project details


Download files

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

Source Distribution

py4Soundex-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

py4Soundex-0.0.1-py3-none-any.whl (2.1 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