Python command line tool to translate to and from pig latin. For BUGS Spring 2019 git workshop. Pig Latin rules can be found here.
Use the command
`pyglatin <file>`
`pylatin` reads from standard input
python pyglatin.py [OPTIONS] [file]to use this tool.
--help- Get help on how to use the command--english/--piglatin- Explicitly state language to translate from
fileoptional - File name to read from; if blank, program reads fromstdin