Skip to content

Repository files navigation

Octordle and Wordle Solver

UI

pip install -e .
wordle-solver-ui
octordle-solver-ui

Running tests

pip install -r requirements/dev.txt
pytest

Writeups

Check out the writeups I made for the Wordle solver and Octordle solver on my dev blog!

Rust

The project has a Rust backend for performance, with Python bindings for compatibility. To build the Rust extension, you can use maturin:

pip install maturin
cd crates/octordle_solver_rs
python -m maturin develop --release

If you do not build the Rust extension, the Python solver will be used as a fallback. The UI and compute scripts will automatically prefer the Rust backend when available.

About

Python package for solving wordle and octordle puzzles

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages