https://github.com/wprashed/income-expenses
https://github.com/wprashed/income-expenses
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wprashed/income-expenses
- Owner: wprashed
- Created: 2023-01-10T16:51:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T16:51:55.000Z (over 3 years ago)
- Last Synced: 2024-10-19T07:53:15.482Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`