Skip to main content

Translate text into Pig Latin using Python

Project description

# Python Pig Latin

Translate text into Pig Latin using Python

## How it works

This script converts English text in Pig Latin following these steps:

  • Strips non-alpha or single space characters from input text

  • Converts input text to all lower case

  • For words that start with consonants, moves all consonants before the first vowel to the end of the word (“the” becomes “ethay” not “hetay”)

  • For words that start with vowels, nothing is changed, only the suffix is added

  • Adds suffix “ay” to the end of words

## Instructions

  1. Install with Pip/PyPi:

` pip install pig-latin `

  1. In your Python code, import the library:

` import piglatin `

  1. Call the translator in your code:

` piglatin.translate('Your text goes here!') `

  1. Your text will be translated into Pig Latin and returned as a string.

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

pig_latin-0.1-py2.py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 2 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