https://github.com/timmymatten/spikeball-stat-tracker
Spikeball stat tracking web app built with Streamlit and Python, designed to easily log and analyze player performance over multiple games.
https://github.com/timmymatten/spikeball-stat-tracker
data data-analysis data-visualization dataset matplotlib-pyplot multipage python spikeball statistics streamlit
Last synced: about 2 months ago
JSON representation
Spikeball stat tracking web app built with Streamlit and Python, designed to easily log and analyze player performance over multiple games.
- Host: GitHub
- URL: https://github.com/timmymatten/spikeball-stat-tracker
- Owner: timmymatten
- License: apache-2.0
- Created: 2025-03-03T04:38:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T19:35:42.000Z (about 1 year ago)
- Last Synced: 2025-07-22T10:44:00.928Z (11 months ago)
- Topics: data, data-analysis, data-visualization, dataset, matplotlib-pyplot, multipage, python, spikeball, statistics, streamlit
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 🤾 Spikeball Stat Tracker
This app is made to track Spikeball matches and individual player stats!
The app has not yet been deployed so the following link will work soon!
[](https://spikeball-stat-tracker.streamlit.app/)
### How to run it on your own machine
1. Install the requirements
```
$ pip install -r requirements.txt
```
2. Run the app
```
$ streamlit run Home.py
```