The solver will suggest a word (if you don't like it use the arrows to scroll through some other suggestions). Type it into Wordle then click the green and yellow squares to match the result. Click 'next' and repeat until your inevitable victory!
Wordle for Scratch by @colinmacc https://scratch.mit.edu/projects/632326191/ Wordle was created by Josh Wardle, and is a daily word guessing game available on https://www.nytimes.com/games/wordle/ Uses a frequency (of letters in 5 letter words) list AESORILTNUDCYMPHBGKFWVZJXQ and picks words from a list of all 5 letter words that use just the first five letters. If it finds less that ten words it will try again using the first six letters and so on. Once it has a list of at least ten words (or less if it has whittled down the full list) it sorts them with words that don't have repeating letters at the top (AROSE is the only word using the first five letters that doesn't have any repeats). After setting the green and yellow squares and clicking 'next' all impossible words are removed from the word list and impossible letters are removed from the letter frequency list and the process is repeated.