Skip to content

vijayanant/spellathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spellathon

A word puzzle solver.

Given a list of English letters, and another key letter, find all the words (at least 4 letters) that can be formed using these letters. All words must contain the key letter.

Example: list=rose, key=s ['rose', 'roes', 'sore', 'ores']

$python spellathon.py --list rose --key s

About

A python app to solve word puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages