https://github.com/sentexi/ab-productivity
A collection of code to visualise my productivity
https://github.com/sentexi/ab-productivity
Last synced: 13 days ago
JSON representation
A collection of code to visualise my productivity
- Host: GitHub
- URL: https://github.com/sentexi/ab-productivity
- Owner: Sentexi
- Created: 2025-06-04T13:23:49.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-11-09T00:12:06.000Z (7 months ago)
- Last Synced: 2025-11-09T00:16:40.435Z (7 months ago)
- Language: Python
- Size: 104 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Analytics
Python utilities for analysing task throughput and efficiency.
## Usage
Place your CSV exports inside a dated folder under `data/`, e.g. `data/04_Jun_2025/my_export_all.csv`.
To generate static graphs via the command line:
```bash
python src/report.py 04_Jun_2025
```
### Web Application
A simple Flask web app is available for interactive exploration. On startup it will
fetch the latest data from Notion if a folder for the current day does not
already exist. The app then loads the most recent dated folder in `data/` and
builds an SQLite database along with all graphs.
Run it with:
```bash
python app/app.py
```
Open `http://localhost:5000` in your browser to view the dashboard.
All graphs are saved under `app/static/img`.