0.01
No release in over a year
Given your Wordle share text, with some degree of confidence,the decoder will spit back the five-letter words it thinks you played.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.5
 Project Readme

Wordle Decoder

It guesses your guesses based on all those little square emojis that we now love to share.

Given your Wordle share, the decoder will spit back the five-letter words it thinks you played with some degree of confidence.

Installation

Have Ruby 2.7 or later installed, then run the following at the command line:

$ gem install wordle_decoder

Usage

After installing the gem, run wordle_decoder at the command line like so:

$ wordle_decoder

You'll be prompted to share your wordle. Go ahead and paste in your wordle share text. The share text should look something like this:

Wordle 258 3/6

⬛⬛🟨⬛🟨
⬛🟩🟩🟩⬛
🟩🟩🟩🟩🟩

You'll then be prompted to confirm the word of the day, or if it couldn't figure it out, you'll be asked for it. After that, it'll try to guess your guesses.

Example

Screen Shot 2022-03-19 at 4 45 59 PM

Why?

I wasn't sure if something like this was possible and thought it'd be a fun project to build. It does a pretty good job, at least some of the time... I built an excuse to play Wordle.

Enjoy,

@mattruzicka