https://github.com/colefrench/wyrdle
Wordle and bot in Python
https://github.com/colefrench/wyrdle
bot wordle
Last synced: 9 months ago
JSON representation
Wordle and bot in Python
- Host: GitHub
- URL: https://github.com/colefrench/wyrdle
- Owner: ColeFrench
- License: mit
- Created: 2022-01-03T21:20:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T15:49:10.000Z (over 4 years ago)
- Last Synced: 2025-08-21T16:37:25.682Z (10 months ago)
- Topics: bot, wordle
- Language: Python
- Homepage:
- Size: 276 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wyrdle

This is a Python implementation of the viral word game, [Wordle](https://www.powerlanguage.co.uk/wordle/), by [Josh Wardle](https://www.powerlanguage.co.uk/) (ohh, so that's where the name is from).
Additionally, a bot is included that tries to win the game with its own strategy!
## Installation
Install from PyPI using
```sh
pip install wyrdle
```
## Usage
You can play today's Wordle right from your terminal! Simply run
```sh
wordle
```
Feeling lazy? Feeling competitive? (We're going full Google search button here.)
Then let the bot play:
```sh
wordle -b
```
### Example
Here is the bot's run against `smile`:
> Wordle 666 2/6
>
> 🟩🟨⬛⬛🟩
> 🟩🟩🟩🟩🟩
Impressive!