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