{"id":17166701,"url":"https://github.com/willf/wordle-solver","last_synced_at":"2025-03-24T18:15:43.926Z","repository":{"id":66569863,"uuid":"452047538","full_name":"willf/wordle-solver","owner":"willf","description":"A Python-based Wordle solver and CLI player","archived":false,"fork":false,"pushed_at":"2023-11-15T23:06:55.000Z","size":1548,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T12:52:28.679Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-01-25T21:26:13.000Z","updated_at":"2023-01-09T21:19:13.000Z","dependencies_parsed_at":"2023-11-16T00:24:52.561Z","dependency_job_id":"f4d066ed-6baf-4701-b75e-6405f2fc5a8e","html_url":"https://github.com/willf/wordle-solver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Fwordle-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Fwordle-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Fwordle-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willf%2Fwordle-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willf","download_url":"https://codeload.github.com/willf/wordle-solver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325221,"owners_count":20596818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T23:06:26.730Z","updated_at":"2025-03-24T18:15:43.899Z","avatar_url":"https://github.com/willf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wordle Solver and CLI Player\n\nA Python-based [Wordle](https://www.powerlanguage.co.uk/wordle/) solver and CLI player\n\nThis was created using Python 3.9.7.\n\nSPOILER ALERT: the `data` directory contains spoilers for upcoming Wordle games. View at your own risk 😅.\n\nThe only requirement, I think is for the [rich](https://pypi.org/project/rich/) libary, and that's just for the CLI.\n\nTo play a game:\n\n```bash\npython cli -h\nusage: cli.py [-h] [-n NUMBER]\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -n NUMBER, --number NUMBER\n                        Archived Wordle game\n```\n\nYou can play against archived games, or choose a random word by not\nspecifying `-n` at all.\n\nTo use the solver:\n\n```bash\necho 'badly' | python solver.py\n```\n\nTo select a start word, use the `-g` flag:\n\n```base\necho 'badly' | python solver.py -g 'adieu' -v\n```\n\nTo use Peter Norvig's [four guesses](https://github.com/norvig/pytudes/blob/main/ipynb/Wordle.ipynb), use the `--norvig` flag.\n\nSee `python solver.py -h` for more.\n\netc.\n\nYou can write your own Solver by subclassing `Solver`. The only required method is `guess`. I'm\nsure you'll write a better solver than I did. But I'm spent enough time on this already. :clock1: :vampire:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillf%2Fwordle-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillf%2Fwordle-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillf%2Fwordle-solver/lists"}