wyrdle

Wordle and bot in Python


Keywords
bot, wordle
License
MIT
Install
pip install wyrdle==1.2.0

Documentation

Wyrdle

Funny badge

This is a Python implementation of the viral word game, Wordle, by Josh Wardle (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

pip install wyrdle

Usage

You can play today's Wordle right from your terminal! Simply run

wordle

Feeling lazy? Feeling competitive? (We're going full Google search button here.)
Then let the bot play:

wordle -b

Example

Here is the bot's run against smile:

Wordle 666 2/6

🟩🟨⬛⬛🟩
🟩🟩🟩🟩🟩

Impressive!