Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 691 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 691 Bytes

wordle-helper

A python script to help solve WORDLE game

相关文章:Python Wordle 解题小帮手

Usage / 用法

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表示绿色。

usage