A personal dashboard for tracking your creative energy and mental state.
Demby Analytics helps you track two key metrics:
- Juice (0-10): Your creative energy and motivation
- Anxiety (0-10): Your stress or resistance level
From these, it calculates several derived metrics like Gumption Quotient (GQ) and Focus Flux to help you understand your creative patterns.
- Install dependencies:
pip install -r requirements.txt- Run the app:
streamlit run app.py-
Open your browser to the URL shown (usually http://localhost:8501)
-
On first visit, pick a nickname to start your own log. Or use the demo data to explore.
- 📊 Daily logging of Juice and Anxiety levels
- 📈 Interactive charts showing trends
- 🗓️ Calendar heatmap of your energy patterns
- 📱 Mobile-friendly interface
- 📑 Export KPI reports as PowerPoint decks
Your data is stored locally in CSV files under the data/ directory. No data is sent to any server.
To run the test suite:
# Install in development mode
pip install -e .
# Run tests
pytestMIT