Mirror of GitHub, please open issues and pull requests on GitHub https://github.com/jackchatelain/pydle
|
il y a 1 an | |
---|---|---|
_vendor | il y a 1 an | |
.gitignore | il y a 2 ans | |
1-list.txt | il y a 2 ans | |
10-list.txt | il y a 2 ans | |
11-list.txt | il y a 2 ans | |
12-list.txt | il y a 2 ans | |
13-list.txt | il y a 2 ans | |
14-list.txt | il y a 2 ans | |
15-list.txt | il y a 2 ans | |
16-list.txt | il y a 2 ans | |
17-list.txt | il y a 2 ans | |
18-list.txt | il y a 2 ans | |
19-list.txt | il y a 2 ans | |
2-list.txt | il y a 2 ans | |
20-list.txt | il y a 2 ans | |
21-list.txt | il y a 2 ans | |
22-list.txt | il y a 2 ans | |
23-list.txt | il y a 2 ans | |
24-list.txt | il y a 2 ans | |
25-list.txt | il y a 2 ans | |
3-list.txt | il y a 2 ans | |
4-list.txt | il y a 2 ans | |
5-list.txt | il y a 2 ans | |
6-list.txt | il y a 2 ans | |
7-list.txt | il y a 2 ans | |
8-list.txt | il y a 2 ans | |
9-list.txt | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 1 an | |
pydle.py | il y a 1 an | |
requirements.txt | il y a 2 ans | |
wordle-list-old.txt | il y a 1 an | |
wordle-list.txt | il y a 1 an | |
words_alpha.txt | il y a 2 ans |
Wordle, but in the terminal. Written in python.
Notice: You must cd
inside the pydle folder before running it or it won't be able to get the answer list
Just run pydle.py
!
Install python dependencies using the following pip command:
pip install -r requirements.txt
The word list (words_alpha.txt) is from https://github.com/dwyl/english-words, except the 5 letter list (wordle-list.txt), which is from the actual Wordle answer list.
This repo is licensed under the MIT License. See the LICENSE File for rights and limitations