https://github.com/kstrauser/wordle_cheat
Take all of the fun out of a friendly little game!
https://github.com/kstrauser/wordle_cheat
Last synced: 12 days ago
JSON representation
Take all of the fun out of a friendly little game!
- Host: GitHub
- URL: https://github.com/kstrauser/wordle_cheat
- Owner: kstrauser
- License: mit
- Created: 2023-07-29T23:50:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T23:51:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T19:00:01.278Z (over 1 year ago)
- Language: Python
- Size: 1.03 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conveniently cheat at Wordle
## Installation
Clone this repo, install [poetry](https://python-poetry.org) if you haven't already, then run `poetry install`.
## Cheating
Run `cheat_at_wordle`.
Make a guess. When Wordle gives you the results of that guess, update the tool to narrow down the list of possible words:
- `> +abc`: The word has "a", "b", and "c" in it.
- `> -def`: The word doesn't have "d", "e", or "f" in it.
- `> 1=g`: The word's first letter is "a"
- `> 2!h`: The word's second letter is not "h"
- `> g.abc`: The word's first letter is "g". The 3rd-5th are "abc".
- `> \`: Show all remaining possibilities in increasing order of likelihood.
Repeat until you've successfully cheated at a fun little game!
## Credits
`words_alpha.txt` comes from [dwyl/english-words](https://github.com/dwyl/english-words/tree/master).