Make sure python and pip are installed then run these command:
python -m pip install termcolor colorama
python wordle.py
Or just get a binary (exe) from here
A random word is picked from a list of 12949 words, you try to guess it.
You have 5 chances to do it
A red letter means the letter isn't in the word
A yellow letter means the letter is in the word but the wrong position
A green letter means the letter is in the word and the right position