We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40247c7 commit 51cef73Copy full SHA for 51cef73
wordle_solver/README.md
@@ -1,12 +1,19 @@
1
# Script to solve Wordle automatically
2
3
## Setup and activate virtual environment :
4
-For Unix based systems please execute the following command to create venv and install requirements.
+For Unix based systems please execute the following command to install requirements.
5
6
```
7
-TODO
+pip install -r requirements.txt
8
9
10
## How to use:
11
-1. TODO
+1. Launch the python script using
12
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