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

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.

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!
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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
```