Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/grandmoff100/wordfinds
- Owner: GrandMoff100
- Created: 2021-03-20T23:43:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T12:41:38.000Z (over 3 years ago)
- Last Synced: 2024-09-28T06:35:01.047Z (about 2 months ago)
- Topics: array-manipulations, pypi-package, python, word-finding, wordsearch, wordsearch-grid, wordsearch-puzzle
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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