Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbimochan/word-finder
A CLI and Flask application that finds word from given letters.
https://github.com/sbimochan/word-finder
cli-application flask hactoberfest letters puzzle-solver python
Last synced: about 1 month ago
JSON representation
A CLI and Flask application that finds word from given letters.
- Host: GitHub
- URL: https://github.com/sbimochan/word-finder
- Owner: sbimochan
- License: mit
- Created: 2018-11-11T08:38:09.000Z (about 6 years ago)
- Default Branch: API
- Last Pushed: 2024-09-10T11:49:45.000Z (4 months ago)
- Last Synced: 2024-09-11T14:08:39.705Z (4 months ago)
- Topics: cli-application, flask, hactoberfest, letters, puzzle-solver, python
- Language: Python
- Homepage: https://sbimochan.github.io/word-finder
- Size: 40 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Word Finder
A CLI and API application that finds word from given letters.
Front end can be found at: https://github.com/sbimochan/sbimochan.github.io/tree/master/word-finder
## Create virtual envirnment
`$ virtualenv word-finder`## Activate virtual environment
`$ source word-finder/bin/activate`## Install required packages
`$ pip install -r requirements.txt`## Run the application
`$ python main.py`## Usage
### Add letters without space
`atpar`### Add size(Optional)
`4`## Run tests
pytest tests.py