A python package that returns a random poem from poetryfoundation.org
This package can be installed using pip
pip install random_poem
import random_poem
random_poem.get_poem()
The call will return a random poem as a \n
delimited string or None
if it is not able to find one
random_poem is distributed under the MIT license