Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xbigz/spellingbee-streamlit
https://github.com/0xbigz/spellingbee-streamlit
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xbigz/spellingbee-streamlit
- Owner: 0xbigz
- Created: 2023-05-21T20:46:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-22T02:40:43.000Z (over 1 year ago)
- Last Synced: 2024-11-09T16:46:16.324Z (3 months ago)
- Language: Python
- Homepage: https://spellingbee.streamlit.app/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```