piglatin 1.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

piglatin 1.0.6

piglatin
Converts english text to piglatin.
Installation
piglatin can be installed from PyPI using pip.
pip install piglatin

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

Command Line Usage
piglatin can also be used as a command line tool.
$ python -m piglatin "hello world!"
ello-hay orld-way

Or read and write to files.
$ python -m piglatin -i input.txt -o output.txt

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.