Acronym | Full Name | Latest Edition |
---|---|---|
OSPD | Official Scrabble Player's Dictionary | 6th |
NWL* | NASPA Word List | 2020 |
CSW** | Collins Scrabble Words | 6th |
* Formerly OTCWL
** Formerly SOWPODS
NWL is a modified / extended version of OSPD and is used by the North American Scrabble Players Association (NASPA). CSW is used by international competitions.
For Python, you need to install the following with pip3
:
pip3 install arcade more_itertools numpy result optional.py
cd scrabble/scrabble/python
python3 main.py
You can see a short demo from 7:46-11:19 of my Beautiful Python Refactoring II talk.