An open API service indexing awesome lists of open source software.

https://github.com/ishwortm/word-link

A script that generates valid words from a list of letters.
https://github.com/ishwortm/word-link

Last synced: 22 days ago
JSON representation

A script that generates valid words from a list of letters.

Awesome Lists containing this project

README

        

# Word Finder

A Python script to generate all possible valid words from a given set of letters.

## Example

**Input:** k l e a

**Output:** [ake, lek, lak, alk, leak, lake, elk, ale, kea, lea, kale]

## Usage

1. Install Dependencies:

pip install english-words

2. Run the script:

python wordlink.py