A basic Wordle clone, written in Python
- Basic Wordle philosophy (having 6 tries, handling correct/incorrect/repeated letters, checking the existence of a word)
- Customized board size
- Customized board color
python >= 3.9 (required by the requests library)
python3 /path/to/main.pyor
python /path/to/main.py- 5 Letter words API by darkermango / Original link
- colorama library / Original link
