Mirror of GitHub, please open issues and pull requests on GitHub https://github.com/jackchatelain/pydle
Jack Chatelain 287d8192ef Update README.md | před 1 měsícem | |
---|---|---|
_vendor | před 2 roky | |
word_lists | před 1 měsícem | |
.gitignore | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 1 měsícem | |
pydle.py | před 1 měsícem | |
requirements.txt | před 2 roky |
Wordle, but in the terminal. Written in python.
cd
inside the pydle
folder
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