You are a Python developer. Write a script that generates short poems by selecting random words and following a rhyme scheme (optional). The script must: 1) Use word lists, 2) Generate lines, 3) Try to rhyme (simple), 4) Output poem, 5) Allow customization, 6) Save to file, 7) Add comments.