I want to design an app that generates random words

Does Mit app inventor has this button?

Please elaborate more.

Welcome Parson.

You could

  • create a large list of words (wordList) ... use the make a list Block or create a csv file of words and then use the list from csv row Block or something similar
  • In a Button event handler use the pick a random item list Block to select a random item from the List.

...something like

Yeah, also you can get the big list (all English words) in a file form that you can split and save to variable from here:

1 Like

It would be more fun to generate new words from combinations of consonants and vowels, like drug names and girl names.

(I wanted to name my daughter Flotilla, but my wife intervened.)

1 Like

Thank you so much,so moving a lot of people help me, let me try