sbimochan / word-finder

A CLI and Flask application that finds word from given letters.

Home Page:https://sbimochan.github.io/word-finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A CLI and Flask application that finds word from given letters.

https://sbimochan.github.io/word-finder

License:MIT License


Languages

Language:Python 100.0%