An app that takes any string of letter-characters and produces valid English anagrams of those letters.
In case Nic Cage needs to crack another password.
Given any string of letter-characters (valid in English), VF will run permutations on it, filtering those permutations through sentence builders and English word validators to produce a list of valid English permutations.
Nic Cage needed this in National Treasure.
Gives it a nice web-based UI instead of having to yell at Riley over a walkie talkie.
"We the people think this app rocks" - Abraham "Michael Scott" Washington
"I saved the Declaration of Independence from being stolen with this tool!" - Nic Cage
Type a thing into the text box. Make sure it is just English letters and spaces.
As we attempt to make the anagram builder faster and more sophisticated, check back often to see progress!
- clone repo
- get:
- python3.x, virtualenv, node, npm, and bower
- run (from root folder):
- virtualenv vf-env
- source vf-env/bin/activate
- pip install -r requirements.txt
- npm install
- for local build:
- run grunt, just in case
- python src/server/server.py