Foobar is a Python library for dealing with word
Use the package manager pip to install
pip install foobar
Import foobar
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'goose'
foobar.pluralize('phenomenon') # returns 'phenomenon'
some text
