Skip to content

Commit 51cef73

Browse files
authored
Update README.md
1 parent 40247c7 commit 51cef73

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

wordle_solver/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# Script to solve Wordle automatically
22

33
## Setup and activate virtual environment :
4-
For Unix based systems please execute the following command to create venv and install requirements.
4+
For Unix based systems please execute the following command to install requirements.
55

66
```
7-
TODO
7+
pip install -r requirements.txt
88
```
99

1010
## How to use:
11-
1. TODO
11+
1. Launch the python script using
1212

13+
```
14+
python wordle_solver.py
15+
```
16+
17+
2. When you are on the Wordle web page, close all the pop-ups and press "ESC" to launch the script.
18+
19+
3. The wordle will solve automatically !

0 commit comments

Comments
 (0)