An open API service indexing awesome lists of open source software.

https://github.com/ortanav2/wordle-unlimited

A wordle game using a customizable dataset. Included: stats, xp/score.
https://github.com/ortanav2/wordle-unlimited

dataset score stats wordle wordle-game wordle-python xp

Last synced: 3 months ago
JSON representation

A wordle game using a customizable dataset. Included: stats, xp/score.

Awesome Lists containing this project

README

        

# Wordle-Unlimited
> A wordle game using a customizable dataset. Included: stats, xp/score.

![](https://cdn.discordapp.com/attachments/810456487729168415/1170094453902549182/image.png?ex=6557ca61&is=65455561&hm=594ab85adcb2060897b2e6a3070af9420471d521d603894d00c6bd9d958dffa2&)
![](https://cdn.discordapp.com/attachments/810456487729168415/1170092888709931230/image.png?ex=6557c8eb&is=654553eb&hm=ee0b29897f1dd92f43c164efbf2eded4b7e04d280121aa19c6ba620c64ce48aa&)

## Including
- **dataset** *(dataset.json)* - list of words
- **dataset-extender** *(add_word.py)* - program to add words to dataset
- **user-data** *(userdata.json)* - saves the user's progress
- **wordle** *(wordle.py)* - the wordle game
## Requirements
> Needed packages.

```
pip install rich
```
```
pip install datetime
```
## Contribution
Suggestions for improvements are welcome!