Mirror of GitHub, please open issues and pull requests on GitHub https://github.com/jackchatelain/pydle

Jack Chatelain 287d8192ef Update README.md 1 개월 전
_vendor 9c4af8fe27 ✨ Vendorize termcolor 2 년 전
word_lists 9466c8a771 Move word lists into folder 1 개월 전
.gitignore 8b6d98b113 Ignore vs code files. 2 년 전
LICENSE ea131c2181 Add license 2 년 전
README.md 287d8192ef Update README.md 1 개월 전
pydle.py 9466c8a771 Move word lists into folder 1 개월 전
requirements.txt 9e684e64f2 📌 Add requirements.txt 2 년 전

README.md

pydle

Wordle, but in the terminal. Written in python.

Features

  • Play unlimited times per day
  • Play offline
  • Play with words of any length from 1-25
  • Customize the text colors
  • Share your result with colored emoji

How to use

cd inside the pydle folder Run pydle.py

Dependencies

Install python dependencies using the following pip command:

pip install -r requirements.txt

Credits

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.

License

This repo is licensed under the MIT License. See the LICENSE File for rights and limitations