A Python data visualization app that displays monthly college spending data using flet-charts.
Note: may take a minute to load the first time due to the entire app and Pyodide being loaded.
- Monthly Tuition payments vs Living Expenses
- Bar chart comparison across 12 months
- Total spending summary
Clone the repo and install dependencies: uv sync uv run main.py
uv run pytest
- Python
- Flet
- flet-charts
Uses a simple CSV file (data.csv) with monthly tuition and living expense data. Data can be swapped out by editing data.csv directly.