Metadata-Version: 2.1
Name: guesstheword
Version: 0.0.2
Summary: The package targets to help user in playing the game wordle
Home-page: https://github.com/dextrop/wordlehelper
Author: ASK Jennie
Author-email: ASK Jennie Developer <saurabh@ask-jennie.com>
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Guess the Word
The package targets to help user in playing the game wordle

# How it words
```$ wordle-helper```

```
Type initial word, if all characters are unknown type ***** 
else type character for known position and * for unknowns position
>> *o**d
Characters to include with position unknown
>> 
Type other character than 'tpe' that has to be exluded
>> 


Selected word is
```
>> **monad**
```
Do you want to continue search y/n >> y
Type initial word, if all characters are unknown type ***** 
else type character for known position and * for unknowns position
>> *o**d
Characters to include with position unknown
>> n
Type other character than 'tpe' that has to be exluded
>> ma


Selected word is
```
>> **found**

It would be seen on wordle as 

![image](https://raw.githubusercontent.com/dextrop/wordlehelper/master/images/image.png)

