A CLI tool to fetch stats and answers for the Wordgrid game.
Project description
wordgrid-tool
A command-line tool to fetch stats and answers for the Wordgrid game using its API.
With wordgrid-tool, you can get the following information for every square:
- How many answers exist
- How many answers have been found by players
- How many unicorns are in existence
- How many unicorns haven't been found yet
- (Optionally) Return a list of all the answers
Installation
Make sure you have Python 3.7 or newer.
pip install wordgrid-tool
Or install from source:
git clone https://github.com/yourusername/wordgrid-tool.git
cd wordgrid-tool
pip install .
Usage
wordgrid [OPTIONS]
Options
| Flag | Description |
|---|---|
-s |
Specify the indices of the grid squares to check from 1-9. These are numbered from left to right, top to bottom. You can provide one or more (e.g. -s 3, 7, 8). |
-c |
Specify the challenge number. You can use negative numbers to go backward, e.g. -c -1 for yesterday's challenge. You can even look at challenges that haven't been revealed yet. |
--imacheater |
Returns all possible answers in the specified squares. |
--help |
Show full CLI help message. |
Examples
-
Get stats for today's challenge:
wordgrid
-
Get stats for squares
3,7, and8in today's challenge:wordgrid -s 3 7 8
-
Get stats for day before yesterday's challenge:
wordgrid -c -2
-
Get all the answers for the specified squares:
wordgrid -s 1 9 5 --imacheater
Disclaimer
This tool uses publicly available data from the Wordgrid API and is not affiliated with or endorsed by the creators of Wordgrid. Use the --imacheater flag responsibly.
License
MIT License — see the LICENSE file.
Contributing
Issues and pull requests are welcome!
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
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 wordgrid_tool-0.1.1.tar.gz.
File metadata
- Download URL: wordgrid_tool-0.1.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f1d9420438895c7a9b9e7147400fe84757e8a141462a4ccf74152ee4f1b5a49
|
|
| MD5 |
1b17b5590ad81740b66e22719c14a06a
|
|
| BLAKE2b-256 |
bb01df5768b88ae9c09c6355177a579c63dd61107d8c4345943ecc1ea15374a7
|
File details
Details for the file wordgrid_tool-0.1.1-py3-none-any.whl.
File metadata
- Download URL: wordgrid_tool-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f388125f2251460620ed99173d349ae174c2da70b2c798a9cb63120f30200c9c
|
|
| MD5 |
056bf42d671d446391e7ea78443139a3
|
|
| BLAKE2b-256 |
ec102280b16756a21e7dab30be0d55eb22fcfed81885273f5359b0639b5badba
|