This commit is contained in:
John Gatward
2026-03-19 21:07:16 +00:00
commit a69ef51825
18 changed files with 1000 additions and 0 deletions

32
src/constants.py Normal file
View File

@@ -0,0 +1,32 @@
PLAYER_NAME_COLUMNS = [
"Ciaran",
"Jay",
"Sam",
"Drew",
"Theo",
"Tom",
"Ellora",
"Chloe",
"Jamie",
"Christine"
]
FEATURE_COLUMNS = {
"Number of Players",
"Number of Teams",
"Points on Scattergories",
"Ciaran",
"Jay",
"Sam",
"Drew",
"Theo",
"Tom",
"Ellora",
"Chloe",
"Jamie",
"Christine"
}
ATTENDANCE_COLORSCHEME = [
[0, "#E4ECF6"], [1, "#636EFA"]
]