Skip to content

budleigh/valleyforge

Repository files navigation

Valley Forge

English Anagram Generator

An app that takes any string of letter-characters and produces valid English anagrams of those letters.

live now

Why

In case Nic Cage needs to crack another password.

Summary

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.

Problem

Nic Cage needed this in National Treasure.

Solution

Gives it a nice web-based UI instead of having to yell at Riley over a walkie talkie.

Testimonials

"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

How to Get Started

Type a thing into the text box. Make sure it is just English letters and spaces.

Moving Forward

As we attempt to make the anagram builder faster and more sophisticated, check back often to see progress!

Developing

  • 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

About

english anagram generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published