random_poem

a python package that fetches a random poem from poetryfoundation.org

usage

import random_poem
random_poem.get_poem()

installation

install from pypi

run the pip install command

pip install random_poem

install from github

clone the files from github

>> git clone https://github.com/kartikye/random_poem.git

navigate to the directory

>> cd random_poem

run the install command

>> python setup.py install

github repository

https://github.com/kartikye/random_poem


back to workbench