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.
Comments
Please log in or sign up to comment.