alextarrell / wordscapes

Commandline Wordscapes Solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordscapes Solver

A command-line tool to quickly find all possible solutions to any given wordscapes puzzle.

Usage

wordscapes <letters>

Development

To run from source

poetry run wordscapes <letters>

To build and install from source

poetry build
pip install dist/wordscapes-<version>.tar.gz

About

Commandline Wordscapes Solver

License:Apache License 2.0


Languages

Language:Python 100.0%