Anagrammatist is a simple tool to assist in coming up with subversive slogans for replacing messages on marquee signs. It is intended for finding amusing rearrangements of letters, given a finite number of initial letters. Anagrammatist encourages creative use of similar-looking letters. For example, it will suggest words which contain W's even if the original text only contained M's.
There is no limit on the length of the anagram, as is the case with many similar applications.
Anagrammatist is released under the terms of the GNU General Public License version 3.0 (GPL). You have the right to modify and redistribute it for any purpose under the terms of the GPL.
git clone https://github.com/jperryhouts/anagrammatist.git ./anagrammatist/anagrammatist.py
or
wget https://github.com/jperryhouts/anagrammatist/archive/master.zip unzip master.zip ./anagrammatist-master/anagrammatist.py
Requires wxpython, and numpy. Debian/Ubuntu: sudo apt-get install python-wxgtk2.8 python-numpy OSX/Windows: See http://wiki.wxpython.org/How to install wxPython