One of three dashboards that make up the Morning Scoop repository. Compiles and displays box scores, as well as YouTube highlights, for all major sports leagues around the world. On its own, the program uses Google Forms to allow the user to select their favorite leagues and teams (creating a curated list of highlights).
Powered by Streamlit. See the documentation for more details on its application. Installation:
$ pip install streamlit
>>> import streamlit as st
The structure of the app is as follows:
Navigation Bar
|—— Home
|—— Highlights
|—— Schedule
|—— Analytics
Parts of the program are not complete, for example the analytics page of the app.