Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icelam/mark-six-data-visualization
Visualizing historical data of Mark Six, a lottery game organised by the Hong Kong Jockey Club, using Streamlit
https://github.com/icelam/mark-six-data-visualization
hong-kong mark-six streamlit
Last synced: 3 months ago
JSON representation
Visualizing historical data of Mark Six, a lottery game organised by the Hong Kong Jockey Club, using Streamlit
- Host: GitHub
- URL: https://github.com/icelam/mark-six-data-visualization
- Owner: icelam
- Created: 2022-07-15T17:48:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T14:10:58.000Z (4 months ago)
- Last Synced: 2024-10-19T20:24:09.493Z (3 months ago)
- Topics: hong-kong, mark-six, streamlit
- Language: Python
- Homepage: https://mark-six-data-visualization.streamlit.app/
- Size: 1.11 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mark Six Data Visualization
Mark Six, a lottery game organised by the Hong Kong Jockey Club. This repository contains automatic updated data of Mark Six results, and display them in Streamlit.
## How data is updated
The data automatically updated using GitHub actions everyday at 10:00 pm (Hong Kong Time), and committed to repository whenever there is any changes on data.## How to run Streamlit to visualize historical data
### Prerequisite
1. Python 3 installed
2. pipenv installed### 1. Setting up virtual environment
```bash
pipenv --python 3.10.2
```### 2. Installing dependencies
```bash
pipenv install --skip-lock --dev
```### 3. Starting Streamlit
```bash
pipenv run streamlit run web/main.py
```## Special Thanks
Special thanks to [@tonberry22](https://github.com/tonberry22) for his generous help with completing the code for this project.