https://github.com/amake/pyglatin
A simple Pig Latin converter in Python
https://github.com/amake/pyglatin
converter pig-latin translator
Last synced: 12 months ago
JSON representation
A simple Pig Latin converter in Python
- Host: GitHub
- URL: https://github.com/amake/pyglatin
- Owner: amake
- License: mit
- Created: 2020-02-04T06:53:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T13:02:55.000Z (over 6 years ago)
- Last Synced: 2025-06-17T22:40:31.908Z (about 1 year ago)
- Topics: converter, pig-latin, translator
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
pyglatin
========
A simple converter from English to Pig Latin.
Usage
=====
Invoke as::
pyglatin [STRING...]
Or pipe to stdin.
Quick Install
=============
This package is not on PyPI, so install with::
pip install git+https://github.com/amake/pyglatin.git