/Sentence-generator

Generate sentences from a list of words

Primary LanguagePython

Sentence-generator 🔥

A generator written in python that allows you to give it a list of words for the Start, Middle, End. It will then pick random words out of those and create a sentence out of them.

Remeber when your editing to always put a space after the words like "Foo " or else the sentence will look like "foofoo1foo2foo3 instead of "foo foo1 foo2 foo3"

Running

If not obvious run "$ python gen.py"

the order of words is Start, Middle, Middle2, End.