A Port of TempleOS's "GodSpeak" to https://github.com/allthingslinux/tux
to install run this command within your Tux's root directory:
git submodule add -f https://github.com/cherryl1k/TuxSpeak tux/extensions/TuxSpeak
you can change the words with the vocab.yml
to change the legnth of the message look for this line in tuxspeak.py
wordcount = random.randint(10, 100)