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.
- Host: GitHub
- URL: https://github.com/ishwortm/word-link
- Owner: IshworTM
- Created: 2025-02-09T17:25:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-09T17:34:35.000Z (4 months ago)
- Last Synced: 2025-02-09T18:25:38.593Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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