wordsearch

Package for searching words


Keywords
command-line-tool, python-commandline
License
MIT
Install
pip install wordsearch==1.0.0

Documentation

wordsearch

Build Status

Purpose

Imagine you're sitting at your desk, when your co worker comes over and tells you he's 'fixeded' the feature you two have been working on for the past couple of weeks. You think for a second, then tell him that fixeded is not a word. He begins to argue with you, while looking for his Webster's pocket dictionary 152nd edition to prove to you that fixeded is a real word. When he finally finds his dicionary and is begining to ruffle through the pages you've already found that fixeded is not a word using this here program.

Installation

Installing wordsearch can be done through pip3

pip3 install wordsearch

Usage

Wordsearch is used through the command line as follows

wordsearch fixeded

Documentation

Full documentation is available in the wordsearch documentation.