Solves the daily Wordle
Run WordleGUI.py to use the interface.
Run Wordle.py for a console program.
Run WordleTest.py for initial word testing purposes.
py -m PyInstaller --noconsole --onefile -i "icon.ico" -n "Wordle Solver" .\WordleGUI.py
Allow skipping for from GUI