The title says it all. This was a project I did a while ago and just decided to share. This was originally a random food generator, but, I for some reason started thinking of random songs and phrases. Such as: “Nobody told me life was gonna be this way” and “What is love”. And now it is a random string generator. If this goes well, I might make a POST endpoint to submit strings.
I made a sentence generator.
$pip install ntlk
$pip install faker
then on the python code do
import ntlk
import faker
while True:
print(colored(print(fake.sentence(ext_word_list=words.words())),random.choice(colors)))
That generates fake sentencees