Tool to help with solving the daily wordle.
- Open terminal
- Navigate to directory containing wordle_helper.exe
- Run command
wordle_helper.exe
poetry shell
poetry install
ruff format
pyright
ruff check --fix
pylint wordle_helper.py
pyinstaller -F -i wordle_icon.ico .\wordle_helper.py