Many years ago, I made a random sentence generator. The original generator was very limited in capability — really all it did was randomly combine a few phrases I thought were funny at the time. This new generator create sentences word by word via syntax trees, allowing to create way more unique sentences. This project was quite a fun challenge for me, and it's the first time in a while I've really felt motivated to code something complicated. ~~~Notes~~~ The original random sentence generator can be found here: https://scratch.mit.edu/projects/347902041 Despite my best efforts, there's a small chance that the generator might produce something offensive. I'll try to filter stuff out where I can. Also please let me know if there are any spelling mistakes! Though you should note I use Commonwealth spelling conventions (realise instead of realize, colour instead of color etc). The llama and the background were both drawn in Krita. ~~~Updates~~~ 2025-07-20: First release! ~~~Tags~~~ #generator #llama #random #random generator #random sentence generator #word generator