Metadata-Version: 2.1
Name: cli-wordle
Version: 0.0.1
Summary: Wordle in Terminal
Home-page: https://github.com/er-knight/wordle
Author: Ajay Dandge
License: MIT
Keywords: wordle,terminal
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Wordle
Wordle in Terminal

## Installation
```
python -m pip install cli-wordle
```

## Screenshots
<p align="center">
    <img src="https://raw.githubusercontent.com/er-knight/wordle/main/screenshots/screenshot-1.png" width="500">
    <img src="https://raw.githubusercontent.com/er-knight/wordle/main/screenshots/screenshot-2.png" width="500">
    <img src="https://raw.githubusercontent.com/er-knight/wordle/main/screenshots/screenshot-3.png" width="500">
</p>

## Reference
[www.powerlanguage.co.uk/wordle](https://www.powerlanguage.co.uk/wordle/)


