This is a project to read in dartbot matches from Excel, use pandas to create summaries and publish them to a web page using streamlit.
Clone the Github project.
Create a virtual environment.
Use your IDE to install requirements.txt or at the command prompt:
pip install -r requirements.txt
VS_BuildTools.exe may need to be run to make the web page work. Download the latest version if running after Q3 2022 and problems occur.
In the command prompt, navigate to the project folder.
streamlit run app.py
The web page can be run from the Github repository.