Skip to content

helderm/shalk

Repository files navigation

shalk

Shalk is a text generator for poems! With it you can create Haikus, Tankas and even some rhyming Quatrains! Give it a try!

Installing

This will require pip and virtualenv installed. The program has been tested with Python 2.7.

  • virtualenv venv
  • source venv/bin/activate
  • pip install .

Examples of Usage

  • shalk : Will generate several Haikus
  • shalk -t quatrain -s linear : Will create Quatrains using a Linear smoothing
  • shalk -h : For usage help