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 and lock included (or just pip install yourself, or just handle it manually since the depends are very minimal).
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 shell
❯ python wordup.py
- lol, yeah right.
- 💬 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 SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.