A personal dashboard run from the command line, made using Python and Rich.
- To do list
- Calendar
- Live clock
- Current activities
- Upcoming events
- Goals
- ASCII art
- Motivation from Picca
- Clone the repository and navigate to it
- Install the dashboard using pipx by running
pipx install --e .
The dashboard can now be run anywhere in the command line, simply by running the command dashboard.
- Example json files have been provided in the
datafolder and should be copied or renamed totodo.json,currently.json,events.json, andgoals.jsonbefore running the dashboard. - Dashboard data can be updated in
data/todo.json,data/currently.json,data/events.json, anddata/goals.json. Make sure to follow the formatting of the example files.
Ctrl+C to close the dashboard.
