🖨️ 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).