This package is for cheating at the NYT Spelling Bee puzzle. The exact feature set hasn't been decided yet. One thing that works well is the system for archiving data about previous days' puzzles. One interesting unfinished feature is the ability to suggest words to guess using an n-gram character model in lieu of a dictionary. There is also some code in here for filtering dictionaries according to the game rules. You can't use this package to play Spelling Bee.
The goal of Spelling Bee is to find as many words as possible that meet the following criteria:
- contains only letters from the 7 given letters
- contains the center letter at least once
- has at least 4 letters
I found three related packages on PyPI as of 2023-05-14:
You can browse packages tagged with spelling-bee
on Github here. And, you can find even more with a search engine.