Skip to content

nwithan8/pyiku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyiku

A small Python package to make a haiku out of a list of words

Usage:

  • Install from PyPi with pip install pyiku
  • Import with from pyiku import haiku
  • Use with my_haiku = haiku(["word1", "word2", ...])