Super simple script to convert the notion stundenliste into csv and excelfiles

This commit is contained in:
Jonas Linter
2025-10-01 13:45:01 +02:00
commit aa11c13b33
7 changed files with 247 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "stundenliste-99tales"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"openpyxl>=3.1.5",
"pandas>=2.3.3",
]