(Sign up for whatever you decide to work on here so we don't duplicate work)
Basically what I want is all the random online tools in one easy lightweight place or in script version.
- Word Ladder tools
- "Next Word" (adjacent) word generator
- Ladder solver (or link to a ladder solver)
- Example
- Decode/Encode tools
- Improvements to wordhelper (TODO)
- Insert/Remove/Replace a string
- Anagram solver
- single word and multi-word anagram solver
- Word lookup
- find a word with regex
- We can put all these tools on a handy, simple website
(Once) Install the following items
- Python 3+
- pipenv
>pip install pipenv
(Once per code sync) Install all the dependencies by running
>.\setup.bat
For Mac Users, run
>sh macsetup.sh
(Once per use)
Start puzzle-utils
interactively by running
>.\run.bat
>>> anagram("silent")
['listen', 'inlets', 'tinsel', 'elints', 'silent', 'intels', 'enlist']
For Mac Users, run
>sh macrun.sh
>>> anagram("silent")
['listen', 'inlets', 'tinsel', 'elints', 'silent', 'intels', 'enlist']
Refer to puzzle-utils/README.md for details.
Refer to puzzle-utils/README.md for details.
See contributors.
See LICENSE