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

Sourcery AI 45b88e67ae 'Refactored by Sourcery' 1 yıl önce
_vendor 45b88e67ae 'Refactored by Sourcery' 1 yıl önce
.gitignore 8b6d98b113 Ignore vs code files. 3 yıl önce
1-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
10-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
11-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
12-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
13-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
14-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
15-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
16-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
17-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
18-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
19-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
2-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
20-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
21-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
22-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
23-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
24-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
25-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
3-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
4-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
5-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
6-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
7-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
8-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
9-list.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce
LICENSE ea131c2181 Add license 3 yıl önce
README.md 3551c46a3d Added instructions on how to run to readme 1 yıl önce
pydle.py 45b88e67ae 'Refactored by Sourcery' 1 yıl önce
requirements.txt 9e684e64f2 📌 Add requirements.txt 3 yıl önce
wordle-list-old.txt 7bd45266a7 Added answer list from official wordle (I don't remember where the old wordle_list.txt came from) 1 yıl önce
wordle-list.txt 7bd45266a7 Added answer list from official wordle (I don't remember where the old wordle_list.txt came from) 1 yıl önce
words_alpha.txt adacdf4e4e Added word lists for 1-25 letters. 3 yıl önce

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

Notice: You must cd inside the pydle folder before running it or it won't be able to get the answer list

How to use

Just 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