Metadata-Version: 2.1
Name: wyrdle
Version: 1.1.1
Summary: Wordle and bot in Python
Home-page: https://github.com/ColeFrench/wyrdle
License: MIT
Author: Cole French
Author-email: 16979554+ColeFrench@users.noreply.github.com
Requires-Python: >=3.9,<4.0
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: colorama (>=0.4.4,<0.5.0)
Requires-Dist: sshkeyboard (>=2.3.1,<3.0.0)
Requires-Dist: typed-argument-parser (>=1.7.2,<2.0.0)
Project-URL: Repository, https://github.com/ColeFrench/wyrdle
Description-Content-Type: text/markdown

# Wyrdle
![Funny badge](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)

This is a Python implementation of the viral word game, [Wordle](https://www.powerlanguage.co.uk/wordle/), by [Josh Wardle](https://www.powerlanguage.co.uk/) (ohh, so that's where the name is from).

Additionally, a bot is included that tries to win the game with its own strategy!

## Installation
Install from PyPI using
```sh
pip install wyrdle
```

## Usage
You can play today's Wordle right from your terminal! Simply run
```sh
wordle
```

Feeling lazy? Feeling competitive? (We're going full Google search button here.)  
Then let the bot play:
```sh
wordle -b
```

### Example
Here is the bot's run against `smile`:
> Wordle 666 2/6  
>   
> 🟩🟨⬛⬛🟩  
> 🟩🟩🟩🟩🟩  

Impressive!

