Mirror of GitHub, please open issues and pull requests on GitHub https://github.com/jackchatelain/pydle
Sourcery AI 45b88e67ae 'Refactored by Sourcery' | 1 year ago | |
---|---|---|
_vendor | 1 year ago | |
.gitignore | 2 years ago | |
1-list.txt | 2 years ago | |
10-list.txt | 2 years ago | |
11-list.txt | 2 years ago | |
12-list.txt | 2 years ago | |
13-list.txt | 2 years ago | |
14-list.txt | 2 years ago | |
15-list.txt | 2 years ago | |
16-list.txt | 2 years ago | |
17-list.txt | 2 years ago | |
18-list.txt | 2 years ago | |
19-list.txt | 2 years ago | |
2-list.txt | 2 years ago | |
20-list.txt | 2 years ago | |
21-list.txt | 2 years ago | |
22-list.txt | 2 years ago | |
23-list.txt | 2 years ago | |
24-list.txt | 2 years ago | |
25-list.txt | 2 years ago | |
3-list.txt | 2 years ago | |
4-list.txt | 2 years ago | |
5-list.txt | 2 years ago | |
6-list.txt | 2 years ago | |
7-list.txt | 2 years ago | |
8-list.txt | 2 years ago | |
9-list.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
pydle.py | 1 year ago | |
requirements.txt | 2 years ago | |
wordle-list-old.txt | 1 year ago | |
wordle-list.txt | 1 year ago | |
words_alpha.txt | 2 years ago |
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