https://github.com/o-laurent/wordle-solver
This repository helps you win at wordle!
https://github.com/o-laurent/wordle-solver
dictionary wordle wordle-solver
Last synced: 3 months ago
JSON representation
This repository helps you win at wordle!
- Host: GitHub
- URL: https://github.com/o-laurent/wordle-solver
- Owner: o-laurent
- Created: 2022-01-30T11:19:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T17:42:35.000Z (over 3 years ago)
- Last Synced: 2025-01-01T23:09:53.051Z (5 months ago)
- Topics: dictionary, wordle, wordle-solver
- Language: Jupyter Notebook
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Solver
This solver is a program to help you play and win at Wordle.
## How to use the software
Create a folder called data with the command `mkdir data`.Download a dictionnaries in the languages which you are interested in. For instance:
- for English: `wget https://raw.githubusercontent.com/dwyl/english-words/master/words.txt -O english_dict` from dwyl
- for French: `wget https://raw.githubusercontent.com/hbenbel/French-Dictionary/master/dictionary/dictionary.txt -O french_dict`Apply preprocessing on the file with the command `python3 preprocessing.py data/your_dict.txt`
Use the repository with a python notebook for instance.