Skip to main content

Converts text to piglatin.

Project description

# piglatin

Converts english text to piglatin.

## Installation

piglatin can be installed from PyPI using pip.

pip install piglatin

## Usage

`python >>> import piglatin >>> piglatin.translate("hello world!") 'ello-hay orld-way!' `

## Command Line Usage

piglatin can also be used as a command line tool.

`bash $ python -m piglatin "hello world!" ello-hay orld-way `

Or read and write to files.

`bash $ python -m piglatin -i input.txt -o output.txt `

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

piglatin-1.0.4.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

piglatin-1.0.4-py3-none-any.whl (3.4 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