Metadata-Version: 2.4
Name: WordleFetch
Version: 1.0.0
Summary: Fetch and display Wordle data from the NYT.
License: MIT
Project-URL: Homepage, https://github.com/Ruizennis/WordleFetch
Project-URL: Issues, https://github.com/Ruizennis/TermuxC/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# WordleFetch
## Get the answers you want
Output:
```text
- Todays Wordle -
Answer • pshaw
Date • 2026-07-15
Editor • Tracy Bennett
```


## Display Flags
These flags control which information is displayed in the output and can be used more than once.

| Flag | Long Form | Description |
| :--- | :--- | :--- |
| -H | --header | Adds showing the header. |
| -A | --answer | Adds showing the Wordle answer. |
| -D | --date-display | Adds showing the date. |
| -E | --editor | Adds showing the Wordle editor. |
| -I | --id | Adds showing the Wordle ID. |
| -L | --launch | Adds showing days since Wordle launch. |

### Advanced Configuration & Miscellaneous Flags

| Flag | Long Form | Description |
| :--- | :--- | :--- |
| -u | --url | Allows using a different URL instead of the default URL. |
| -d | --customdate | Allows using a different date instead of today's date. |
| -V | --version | Shows installed WordleFetch package version and exits. |
