nagaram

Scrabble anagram finder


License
BSD-3-Clause
Install
pip install nagaram==0.3.8

Documentation

nagaram

Build Status Coverage Status Stories in Backlog Stories In Progress Version

Scrabble anagram finder. Returns anagrams based on Scrabble score.

Usage

nagaram [--sowpods] [-l] [-s chars] [-e chars] <letters>

? can be used to represent another tile on the board to play on
_ can be used to represent blank tiles in your rack (no points)

By default it will use the Tournament Words List. The --sowpods command line variable is available to use the SOWPODS words list.

The -l or --length flag if used will print the anagrams sorted by tiles used, rather than the default of by Scrabble score.

The -s flag can be used to provide starting characters already on the board, similarily the -e flag can be used for ending characters.

Install

$ git clone https://github.com/a-tal/nagaram
$ cd nagaram
$ python setup.py build
$ sudo python setup.py install
$ nagaram demo
Anagrams for demo:
7 points: demo, dome, mode
6 points: dom, med, mod
4 points: doe, em, me, mo, ode, om
3 points: de, do, ed, od
2 points: oe

Also available via pip or easyinstall.