https://github.com/jenkoian/brian-wilson-invitational
https://github.com/jenkoian/brian-wilson-invitational
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkoian/brian-wilson-invitational
- Owner: jenkoian
- Created: 2025-10-14T13:05:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-15T08:13:59.000Z (9 months ago)
- Last Synced: 2025-10-15T22:45:20.897Z (9 months ago)
- Language: Python
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brian Wilson Invitational (Music League) Stats
Impress your music league friends by generating some tables and charts
## Requirements
* Python 3.12+
* uv
## Setup
* Checkout the repo
`git clone https://github.com/jenkoian/brian-wilson-invitational.git`
`cd brian-wilson-invitational`
* Install dependencies
`uv sync`
* Download the data and copy the zip file to the project root
`cp ~/Downloads/export.zip export.zip`
* Build the database
`./builddb.sh`
## Run
`./streamlit.sh`
## UI for testing queries
`./db_ui.sh`