Metadata-Version: 2.1
Name: textual-bee
Version: 0.1.0
Summary: 
Author: torshepherd
Author-email: tor.aksel.shepherd@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: httpx (>=0.23.3,<0.24.0)
Requires-Dist: pydantic (>=1.10.4,<2.0.0)
Description-Content-Type: text/markdown

# textual-bee

<img align="center" alt="Preview" width="50%" src="preview.png" />

![preview](preview.png)

Get it on PyPI:

```sh
pip install textual-bee
textual-bee
```

## How to play

Submit words that include the center letter and are at least 4 letters long.

- Press the shuffle button (spacebar) to shuffle the outer letters.
- Press CTRL-C to quit.
- Press CTRL-R to reset and choose a new set of letters.
- Press (tab) to view your already-found words.

## Scoring

Your grade is based on how many of the possible words you find:

| Words found | Grade      |
| ----------- | ---------- |
| 0-2%        | Beginner   |
| 2-5%        | Good Start |
| 5-8%        | Moving Up  |
| 8-15%       | Good       |
| 15-25%      | Solid      |
| 25-40%      | Nice       |
| 40-50%      | Great      |
| 50-70%      | Amazing    |
| 70-100%     | Genius     |
| 100%        | Queen Bee  |

### Notes:

The word list doesn't correspond exactly to Sam's, but it was the closest I could find (margin of error seemed to be about 10%). In general, this game allows more proper nouns and fewer esoteric words, but it varies depending on the setup.

_Inspired by https://github.com/ajeetdsouza/clidle_

