Some word game-related tools, including a complete and functional Wordament Solver that can handle all special tiles (please RTFM first though). Was originally a different Wordament solver I made that had a very shitty OCR component, but that has been deprecated for being, well, shit.
Two Trie-based solutions - a Wordament solver and a general Un-scrambler/Scrabble rack solver/anagrammer tool. Both GUI, made with customtkinter.
└── grammarpuss/
├── Pipfile
├── Pipfile.lock
├── README.md
├── anagrams.py
├── assets
│ └── wordament_dictionary.txt
└── wordup.py
Before getting started with grammarpuss, ensure your runtime environment meets the following requirements:
- Programming Language: Python ^3.10
- Package Manager: Pipenv for venv management and dependencies. Pipfile included. Repo does contain files not in manifest, but none are implemented in code nor have other requirements if they were (theme coloring shenanigans).
Install grammarpuss using one of the following methods:
Build from source:
- Clone the grammarpuss repository:
❯ git clone https://github.com/nannerpusser/grammarpuss
- Navigate to the project directory:
❯ cd grammarpuss
- Install the project dependencies:
❯ pipenv install
Run grammarpuss using the following command:
Using pipenv
❯ pipenv run python wordup.py
- Dead End Road.
- 💬 Join the Discussions: Share your insights, provide feedback, or ask questions.
- 🐛 Report Issues: Submit bugs found or log feature requests for the
grammarpuss
project.
This project is protected under the SUCH CODE, WOW license. You can have it, but if you fix the dogshit, please give it back to me via PR <3.
- Your mom, for sure.