Sven-Bo / streamlit-income-expense-tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Video Tutorial

YouTube Video

Demo Website

โญ https://share.streamlit.io/sven-bo/streamlit-income-expense-tracker/app.py

Demo

DEMO GIF

Run the app

# vanilla terminal
streamlit run app.py

# quit
ctrl-c

Environment Variables

To run this project, you will need to add the following environment variables DETA_KEY

Get to Know Me & Stay Connected

Support My Work

Love my content and want to show appreciation? Why not buy me a coffee to fuel my creative engine? Your support means the world to me! ๐Ÿ˜Š

ko-fi

Feedback

Got some thoughts or suggestions? Don't hesitate to reach out to me at contact@pythonandvba.com. I'd love to hear from you! ๐Ÿ’ก Logo

About


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%