A CLI and API application that finds word from given letters. Front end can be found at: https://github.com/sbimochan/sbimochan.github.io/tree/master/word-finder
$ virtualenv word-finder
$ source word-finder/bin/activate
$ pip install -r requirements.txt
$ python main.py
atpar
4
pytest tests.py