Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grandmoff100/wordfinds

Generate and solve wordfinds in python!
https://github.com/grandmoff100/wordfinds

array-manipulations pypi-package python word-finding wordsearch wordsearch-grid wordsearch-puzzle

Last synced: about 1 month ago
JSON representation

Generate and solve wordfinds in python!

Awesome Lists containing this project

README

        

# Wordfinds!
Generate and solve wordfinds in python!

## Installation
### From [PyPI](https://pypi.org/project/wordfinds) Using `pip`
```
$ pip install wordfinds
```
### From [Source](https://github.com/GrandMoff100/WordFinds)
```
$ git clone https://github.com/GrandMoff100/WordFinds
$ cd WordFinds
$ python setup.py install
```

## Usage
[example.py](/)

## Docs
NotImplementedError: Docs Not Written yet.

## License
MIT License