An open API service indexing awesome lists of open source software.

https://github.com/wprashed/income-expenses


https://github.com/wprashed/income-expenses

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

          

# Income & Expense Tracker incl. NoSQL Database built with Streamlit

Have you ever wanted to keep track of your monthly income and expenses but didn't want to use Excel? How about levering the power of Python and the streamlit library to build an interactive web application? To store your monthly reports, we will use the **FREE** NoSQL Database from deta (https://deta.sh).
To visualize the monthly spending, we will use a Sankey Chart from Plotly.

## Run the app
```
# vanilla terminal
py -m streamlit run app.py

# quit
ctrl-c
```

## Environment Variables
To run this project, you will need to add the following environment variables
`DETA_KEY`