Skip to content

sbimochan/word-finder

Repository files navigation

Word Finder

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

Create virtual envirnment

$ virtualenv word-finder

Activate virtual environment

$ source word-finder/bin/activate

Install required packages

$ pip install -r requirements.txt

Run the application

$ python main.py

Usage

Add letters without space

atpar

Add size(Optional)

4

Run tests

pytest tests.py

Buy Me a Coffee at ko-fi.com

Releases

No releases published

Packages

No packages published

Languages