code to cheat on New York Times Spelling Bee Game
Project description
NYT Spelling Bee Cheat "code"
New York Times' Spelling Bee Game
The letters for a recent game are "lmexgap." The challenge is to fine as many word words as possible that use those letters. The "L" must be included in all words.
For bonus points, find "pangrams" that use all of the letters in a single word.
Installation
pip install spelling-bee-mh
Example Usage
import spelling_bee as sb
words = sb.word_finder("lmexgap")
# print pangrams
print(sb.find_pangrams(words))
# print all words
print(sorted(words, key=len, reverse=True))
['megaplex']
['appellee', 'expellee', 'lamellae', 'malaxage', 'megaplex', 'pellmell', 'allegge', 'amalgam', 'example', 'exempla', 'exemple', 'lamella', 'lappage', 'palamae', 'agleam', 'alegge', 'allege', 'allele', 'appall', 'appeal', 'empale', 'gaggle', 'galage', 'galeae', 'lappel', 'lexeme', 'mallam', 'mallee', 'malmag', 'mammal', 'paella', 'palama', 'palapa', 'paleae', 'paleal', 'pallae', 'palpal', 'pelage', 'plagal', 'plexal', 'aglee', 'alaap', 'alapa', 'algae', 'algal', 'allee', 'allel', 'ample', 'appal', 'appel', 'apple', 'eagle', 'elpee', 'expel', 'galax', 'galea', 'gelee', 'gemel', 'gleam', 'lapel', 'legal', 'legge', 'lemel', 'lemma', 'llama', 'malax', 'maple', 'melee', 'pagle', 'palea', 'palla', 'papal', 'pelma', 'pepla', 'plage', 'alae', 'alap', 'alee', 'alga', 'alma', 'alme', 'amla', 'axal', 'axel', 'axle', 'eale', 'egal', 'gala', 'gale', 'gall', 'geal', 'glam', 'glee', 'gleg', 'lall', 'lama', 'lame', 'lamp',
'leal', 'leam', 'leap', 'leep', 'leme', 'male', 'mall', 'malm', 'meal', 'mela', 'mell', 'pale', 'pall', 'palm', 'palp', 'peal', 'peel', 'pela', 'pele', 'pell', 'plap', 'plea']
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 spelling_bee_mh-0.0.0.tar.gz.
File metadata
- Download URL: spelling_bee_mh-0.0.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25f6731cf3d2197169573fb130df4ec43502e247ed113dc265059a173703a47e
|
|
| MD5 |
9b906c7631287bce7690f2604dd4eaf8
|
|
| BLAKE2b-256 |
960b79299c056a65b3bfc563a002962a6c494787e7f5546d718b056f375ce6e5
|
File details
Details for the file spelling_bee_mh-0.0.0-py3-none-any.whl.
File metadata
- Download URL: spelling_bee_mh-0.0.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd65030cfaa8300781de5e31fac9f1f8e3b2eb74d1b64d2060523980e50174cb
|
|
| MD5 |
b54aace728357c96d83c4954befa6081
|
|
| BLAKE2b-256 |
c33e60261f3f130c4a4d5e9ee5dad2c4f351c3715ae0f6a5c27deccf62aec646
|