Not the best but does my job:planned on copy and pasting word lists online but didn't want to individually quote and space each word to make the array, so I made this.
The use of this is found in the "GamesInOne" repository, where I use this "tool/program" to create an array for my hangman game.
2. Input a bunch of words in one input
1. Curly brackets 2. Square brackets
For example:
Input: sodhfsdhof sdofsodhf oisdfosh
Output for option 1: {"sodhfsdhof", "sdofsodhf", "oisdfosh"}
Output for option 2: ["sodhfsdhof", "sdofsodhf", "oisdfosh"]