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 installpipxfirst if you don't have it already.- Run with
wordle-helperin 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wordle_helper_uc-0.2.1.tar.gz.
File metadata
- Download URL: wordle_helper_uc-0.2.1.tar.gz
- Upload date:
- Size: 307.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a148e8b7c48f71535ceae51a76703cc7fbb82443056c0a6828eecc7e99edc66f
|
|
| MD5 |
869d23f51f598582af73ad7751bf7c66
|
|
| BLAKE2b-256 |
9175f8a789d828b3458f0556b866710d3a15f24afffb24dddd0dcc5856459446
|
File details
Details for the file wordle_helper_uc-0.2.1-py3-none-any.whl.
File metadata
- Download URL: wordle_helper_uc-0.2.1-py3-none-any.whl
- Upload date:
- Size: 309.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.4 Darwin/22.4.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9267a81e8a93047a25ba88db642d6fe3bb03e75741f253ebd4f92a04436f9d7
|
|
| MD5 |
ebe428e360455784853c4783501d2475
|
|
| BLAKE2b-256 |
b47e41261e603ef628e6e50f20893bf1afe652f313de6180e023641901c14687
|