Make Scrabble wordlists from text files
Go to file
Ramiro 16cc9c171e Assets added 2024-01-24 06:35:11 -08:00
scrabbleable Fixed word selection 2024-01-15 12:56:56 -08:00
tests Assets added 2024-01-24 06:35:11 -08:00
.gitignore Init 2024-01-11 13:48:41 -08:00
LICENSE Init 2024-01-11 13:48:41 -08:00
Makefile Init 2024-01-11 13:48:41 -08:00
README.md Formatting 2024-01-11 13:52:29 -08:00
pyproject.toml Init 2024-01-11 13:48:41 -08:00
requirements.txt Init 2024-01-11 13:48:41 -08:00

README.md

Scrabbleable

Make Scrabble wordlists from text files.

Install

Use

Development

Initial setup:

virtualenv .venv
source .venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt

Testing:

make test

Linting:

make lint

Packaging:

make package