https://github.com/meownoid/wordle-solver
Solver for the Wordle game
https://github.com/meownoid/wordle-solver
bot wordle
Last synced: 4 months ago
JSON representation
Solver for the Wordle game
- Host: GitHub
- URL: https://github.com/meownoid/wordle-solver
- Owner: meownoid
- License: mit
- Created: 2022-03-20T15:25:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T00:44:12.000Z (over 3 years ago)
- Last Synced: 2025-01-25T12:44:14.013Z (6 months ago)
- Topics: bot, wordle
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wordle Solver
Simple program for solving the [Wordle](https://www.nytimes.com/games/wordle/index.html) game.
[](https://asciinema.org/a/480887)
## Installation
```shell
git clone https://github.com/meownoid/wordle-solver
```## Usage
```shell
cd wordle-solver
python -m solver
```## Solvers
1. `random` – randomly suggests words that satisfy all constrains
2. `max-diff` – ranks words based on their difference with all other words that satisfy all constrains