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.
⭐ https://share.streamlit.io/sven-bo/streamlit-income-expense-tracker/app.py
# vanilla terminal
streamlit run app.py
# quit
ctrl-c
To run this project, you will need to add the following environment variables
DETA_KEY
- Sven from Coding Is Fun
- YouTube: https://youtube.com/c/CodingIsFun
- Website: https://pythonandvba.com
If you have any feedback, please reach out to me at contact@pythonandvba.com