https://github.com/kloki/bigbrainwordle
Assistent for solving the daily wordle
https://github.com/kloki/bigbrainwordle
Last synced: 18 days ago
JSON representation
Assistent for solving the daily wordle
- Host: GitHub
- URL: https://github.com/kloki/bigbrainwordle
- Owner: kloki
- Created: 2024-06-20T18:35:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-22T20:49:30.000Z (24 days ago)
- Last Synced: 2026-02-23T00:32:21.633Z (24 days ago)
- Language: Rust
- Size: 124 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ratatui - bigbrainwordle - A tool to help you cheat with the daily wordle. (đģ Apps / đšī¸ Games and Entertainment)
README

# BigBrainWordle
The assistant that help you cheat with wordle. Uses an entropy approach to determine the next word.
## Install
Check [Releases](https://github.com/kloki/bigbrainwordle/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
- [data_set](https://github.com/steve-kasica/wordle-words)
- [entropy approach](https://www.youtube.com/watch?v=v68zYyaEmEA)