https://github.com/thomaslevesque/wordlesolver
Solves today's Wordle automatically
https://github.com/thomaslevesque/wordlesolver
Last synced: 9 months ago
JSON representation
Solves today's Wordle automatically
- Host: GitHub
- URL: https://github.com/thomaslevesque/wordlesolver
- Owner: thomaslevesque
- Created: 2022-01-30T00:21:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-13T22:57:10.000Z (over 4 years ago)
- Last Synced: 2025-01-30T07:43:20.619Z (over 1 year ago)
- Language: C#
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle solver
Automatically solves today's [Wordle](https://www.nytimes.com/games/wordle/).
```
Usage:
WordleSolver [options]
Options:
-p, --browser-path Browser path (defaults to the bundled browser) []
-s, --show-browser Show the browser (hidden by default) [default: False]
--version Show version information
-?, -h, --help Show help and usage information
```
This program uses [Playwright](https://playwright.dev/dotnet/) to automatically type words and read the clues given by the game.
By default, it uses the browser bundled with Playwright. You might need to run `playwright.ps1 install chromium` from the output directory to install the bundled browser.
Alternatively, you can specify the path to the Chrome, Chromium or Edge executable.