bigbrainwordle 0.3.2

A cli tool that helps you solve the daily wordle
bigbrainwordle-0.3.2 is not a library.

Example

BigBrainWordle

The assistant that help you cheat with wordle. Uses an entropy approach to determine the next word.

Install

Check Releases for binaries and installers

or

cargo install bigbrainwordle --locked

Run

Interactive mode — enter feedback manually to get suggestions:

bigbrainwordle

Autosolve against a specific word:

bigbrainwordle --autosolve crane --no-emoji

Autosolve today's NYT Wordle:

bigbrainwordle --nyt-today --no-emoji

Autosolve a past NYT Wordle by date:

bigbrainwordle --nyt-date 2025-01-15 --no-emoji

References