Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 338 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 338 Bytes

reprdle

Play wordle in the repl with the power of repr!

Just install with pip:

pip install reprdle

The open a python repl and play!

example

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.