Python-based Wordle-style solver for use during Aesthene's Close.
- Paste in the grid from the game
- Instantly see valid word matches
- Add/remove custom words from the list
- Cross-platform: Windows, Linux, macOS
https://www.python.org/downloads/
https://github.com/Thires/AestheneSolver/archive/refs/heads/main.zip
OR
git clone https://github.com/Thires/AestheneSolver.git
cd AestheneSolver
sudo apt install python3-tk
Tkinter is usually preinstalled. If not, install Python from:
https://www.python.org/downloads/mac-osx/
Or, if using Homebrew Python:
brew install python-tk
python AestheneSolver.py
Can also use AestheneSolver.pyw to run with no console by clicking it
Darkmode in action