Add-ons für den Firefox-Browser
  • Erweiterungen
  • Themes
    • für Firefox
    • Wörterbücher & Sprachpakete
    • Andere Browser-Seiten
    • Add-ons für Android
Anmelden
Vorschau von PyWordle

PyWordle von ncummins1

Cheat in Wordle! Provides up to 5 of the most statistically likely "best guesses" for Wordle/Wordler.

0 (0 Bewertungen)0 (0 Bewertungen)
Keine NutzerKeine Nutzer
Laden Sie Firefox herunter und holen Sie sich die Erweiterung
Datei herunterladen

Metadaten zur Erweiterung

Über diese Erweiterung
This addon connects to a PythonAnywhere service that parses through the HTML of Wordle/Wordler to extract your current game state, calculate the best words to guess, and displays the first 5, from most to least likely.

How to use it?

When you're playing a game, open on your "Extensions" drop-down, and click on the PyWordle icon. If you haven't played a word yet, the program will display "roate," which is the mathematically best starting word. To get new hints, click the icon again, and it will calculate the best 5 words for each round!

How does it work?

According to the New York Times, their editors select words daily from the Oxford English Dictionary. Unfortunately, the OED, with over 600,000 words, is behind a paywall, locked only for researchers with license access. To get around this, I generated a list of 2,250,601 possible combinations of 5 letters based on the phonetic and written limitations of English. After cross-referencing with the OED website using an automated Python script, we found 39,513 valid words. Many of these words, however, are archaic, obsolete, and/or outdated. To adjust for this, I used the 2012 Google Ngram dataset, which describes the frequency between the years 1500 and 2012 every word in the Google Books library appears, to calculate a # instances per million words for every valid word. For example, the word "words" appears, on average, 466.08 times for every million English words.

The Wordle rules are simple:
- "absent" letters will never appear
- "present" letters are present, but in the wrong location
- "correct" letters are...correct

Using this as a filter, we can easily determine every possible word for a given game state, and after sorting by the frequency, we can get what word the Editors, who chose the words, most likely selected.

GitHub: nolan-cummins
Bewertet mit 0 von 0 Bewertern
Melden Sie sich an, um diese Erweiterung zu bewerten
Es liegen noch keine Bewertungen vor

Stern-Bewertung gespeichert

5
0
4
0
3
0
2
0
1
0
Noch keine Bewertungen
Berechtigungen und Daten

Benötigte Berechtigungen:

  • Auf Ihre Daten für Websites in der Domain nytimes.com zugreifen
  • Auf Ihre Daten für Websites in der Domain wordly.org zugreifen

Optionale Berechtigungen:

  • Auf Ihre Daten für Websites in der Domain nytimes.com zugreifen
  • Auf Ihre Daten für Websites in der Domain wordly.org zugreifen
  • Auf Ihre Daten für ncummins1.pythonanywhere.com zugreifen
Weitere Informationen
Weitere Informationen
Add-on-Links
  • Hilfe-E-Mail-Adresse
Version
1.0
Größe
22,47 KB
Zuletzt aktualisiert
vor 6 Monaten (30. Mai 2025)
Verwandte Kategorien
  • Spiele und Unterhaltung
Lizenz
MIT-Lizenz
Versionsgeschichte
  • Alle Versionen anzeigen
Zur Sammlung hinzufügen
Dieses Add-on melden
Zur Mozilla-Startseite gehen

Add-ons

  • Über
  • Firefox-Add-ons-Blog
  • Erweiterungs-Workshop
  • Entwickler-Zentrum
  • Regeln für Entwickler
  • Blog der Gemeinschaft
  • Forum
  • Einen Fehler melden
  • Bewertungsleitfaden

Browser

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Datenschutz
  • Cookies
  • Rechtliches

Sofern nicht anders vermerkt, steht der Inhalt dieser Seite unter der Creative Commons Attribution Share-Alike License v3.0 oder einer späteren Version.