https://github.com/jackchatelain/pydle
Wordle, but in the terminal.
https://github.com/jackchatelain/pydle
Last synced: 9 months ago
JSON representation
Wordle, but in the terminal.
- Host: GitHub
- URL: https://github.com/jackchatelain/pydle
- Owner: jackchatelain
- License: mit
- Created: 2022-03-06T17:32:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T01:25:20.000Z (over 1 year ago)
- Last Synced: 2024-10-26T14:41:24.601Z (over 1 year ago)
- Language: Python
- Size: 2.37 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
```command
pip install -r requirements.txt
```
## Credits
The word list (words_alpha.txt) is from [https://github.com/dwyl/english-words](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](LICENSE) File for rights and limitations