Mirror of GitHub, please open issues and pull requests on GitHub https://github.com/jackchatelain/pydle
Jack Chatelain 287d8192ef Update README.md | преди 1 месец | |
---|---|---|
_vendor | преди 2 години | |
word_lists | преди 1 месец | |
.gitignore | преди 2 години | |
LICENSE | преди 2 години | |
README.md | преди 1 месец | |
pydle.py | преди 1 месец | |
requirements.txt | преди 2 години |
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