Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T17:42:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T19:49:01.447Z (2 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.