Skip to content

Python command line tool that translates English to pig latin. For BUGS spring 2019 git workshop. See link for workshop slides.

Notifications You must be signed in to change notification settings

BUGS-NYU/pyglatin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyglatin

Python command line tool to translate to and from pig latin. For BUGS Spring 2019 git workshop. Pig Latin rules can be found here.

To use this tool

Use the command

`pyglatin <file>`
`pylatin` reads from standard input
python pyglatin.py [OPTIONS] [file]

to use this tool.

Options

  • --help - Get help on how to use the command
  • --english/--piglatin - Explicitly state language to translate from

Arguments

  • file optional - File name to read from; if blank, program reads from stdin

About

Python command line tool that translates English to pig latin. For BUGS spring 2019 git workshop. See link for workshop slides.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages