Skip to main content

No project description provided

Project description

WordleHelper

GitHub repository: https://github.com/Parzival1918/WordleHelper

Input the correct letters and misplaced ones and program spits all words that comply with that.

Word list taken from https://github.com/tabatkins/wordle-list.

Installation

  • pipx install wordle-helper-uc. You must install pipx first if you don't have it already.
  • Run with wordle-helper in your terminal.

Dependencies

  • argparse
  • json
  • os

wordle-helper.py Args

-h, --help

Show help message and exit

-i INPUT, --input INPUT

Required argument

Input the words that you have tried in Wordle with the format:

  • CAPITAL letter for correct letters in correct positions
  • lowercase letter for a correct letter but incorrect position
  • "_" for positions with the wrong letter

Example input: -i pLE__ _LEE_P

  • "p" is a correct letter but in the wrong position
  • "L" and "E" are both correct and in their correct positions

-w WRONG, --wrong WRONG

Input the letters to exclude from the results.

Example input: -w abc

-j, --json-output

Output the result in json format

-s, -sorted

Sort the possible words by their usage in the english language. Information taken from https://www.kaggle.com/datasets/rtatman/english-word-frequency

--version

Print the version of the program.

--definition

Print the definition of the first word of the list. Information taken from https://api.dictionaryapi.dev/api/v2/entries/en/.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordle_helper_uc-0.2.1.tar.gz (307.1 kB view hashes)

Uploaded Source

Built Distribution

wordle_helper_uc-0.2.1-py3-none-any.whl (309.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page