Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xbigz/spellingbee-streamlit


https://github.com/0xbigz/spellingbee-streamlit

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# spellingbee-streamlit
nytimes puzzle game clone

## Run locally
### quick setup:
```
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```

### quick start

```
streamlit run app.py [ARGUMENTS]
```