Skip to content

v2.0.0

Latest

Choose a tag to compare

@k-gerner k-gerner released this 19 Feb 22:13
· 2 commits to main since this release
b7133dd

🖨️ Prettier Printing

With this release, I have made use of the Python curses module for better command line printing. This will allow for better command line printing. It also cleans up the code substantially, which previously used hacky print statements to be able to erase output text.

To run, use python3 wordle.py

Note

Unfortunately, Windows OS does not support the curses module, so if you are using a Windows machine, please continue to use v1.1.0 (after slightly modifying the code as specified in the release notes).