Metadata-Version: 2.1
Name: reprdle
Version: 1.3.0
Summary: Play wordle in the repl with the power of __repr__!
Home-page: https://github.com/torshepherd/reprdle
Author: Tor Shepherd
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# reprdle

### Play wordle in the repl with the power of __repr__!

Just install with pip:

```bash
pip install reprdle
```

The open a python repl and play!

![example](example.png)

> Note: This is probably some of the worst code I have ever written. I tried to abuse the Python language as much as possible, and reprdle is the result.


