@k0mmsussert0d/wordlesolver

1.0.1 • Public • Published

wordlesolver

CLI tool for solving wordle riddles

Demo animation

Usage

  1. Install the module – npm install -g wordlesolver
  2. Run it providing path to the dictionary file as an argument – wordlesolver /path/to/wordlist.txt

This tool comes without a dictionary file used as a source of possible solutions. It must be prepared first.

Preparing a dictionary file

  1. Clone the repository – git clone https://github.com/k0mmsussert0d/wordlesolver
  2. Get the dictionary file (e.g. from here, here or here). File must contain 1 word per line. Save it in the project directory under the name of choice, e.g. wordlist_raw.
  3. If the dictionary consists of words of all lengths run prepare_dictionary.sh wordlist_raw wordlist to copy only five-characters long words to wordlist file.
  4. Run the module providing path to the file with only 5-chars long word – wordlesolver wordlist

Readme

Keywords

none

Package Sidebar

Install

npm i @k0mmsussert0d/wordlesolver

Weekly Downloads

3

Version

1.0.1

License

none

Unpacked Size

3.48 MB

Total Files

14

Last publish

Collaborators

  • k0mmsussert0d