Make Scrabble wordlists from text files
Go to file
Ramiro 681f83e471 Init 2024-01-11 13:48:41 -08:00
scrabbleable Init 2024-01-11 13:48:41 -08:00
tests Init 2024-01-11 13:48:41 -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 Init 2024-01-11 13:48:41 -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.

TOC

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