TeCoEd / Python-Poem-Maker

Using Python to create Poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Poem-Maker

Using Python to create Poetry

A simple Python program to take two separate text files that contain a poem and combine them into a new random poem. This could be used for any text, song lyrics, scripts, and so on.

  • Version 1 - Combines lines from two poems into a random order
  • Version 2 - Combines words from two poems into a random order of lines and a new poem
  • Version 3 - Combines words from two poems into a random order, allows the user to select the number of words per lines
  • Version 4 - Combines words from two poems into a random order, user can select the number of words and lines.

About

Using Python to create Poetry

License:MIT License


Languages

Language:Python 100.0%