A python script to help solve WORDLE game
相关文章:Python Wordle 解题小帮手
git clone https://github.com/eMUQI/wordle-helper.git
cd wordle-helper
python ./wordle_help.py
When number appears, enter the corresponding guess. Then, when "result" appears, enter the color of the wordle prompt in numeric form. Use 0 for gray, 1 for yellow, and 2 for green.
当数字出现时,输入你的答案。 然后,当 "result"出现时,以数字形式输入wordle提示的颜色。用0表示灰色,1表示黄色,2表示绿色。