Sign inSign up

utkarshg1/finance-sqlalchemy

By utkarshg1

•Updated about 2 years ago

Finance tracker with sqlalchemy and streamlit python

Image
Languages & frameworks
Databases & storage
0

905

utkarshg1/finance-sqlalchemy repository overview

⁠Personal Finance Manager

A simple personal finance manager built with Streamlit, SQLAlchemy, and SQLite to track income and expenses. This app allows you to add, modify, delete, and visualize income and expense entries.

⁠Features

  • Track income and expenses with ease.
  • Modify or delete existing entries.
  • Visualize data with Plotly charts.
  • Built-in SQLite database for lightweight storage.

⁠Running the App

  1. Pull the Docker image:

    docker pull utkarshg1/finance-sqlalchemy:latest
    
  2. Run the container:

    docker run -p 8501:8501 utkarshg1/finance-sqlalchemy:latest
    
  3. Access the app: Open your browser and navigate to http://localhost:8501 to start managing your finances.

Tag summary

Content type

Image

Digest

sha256:64b3432ba…

Size

184.3 MB

Last updated

about 2 years ago

docker pull utkarshg1/finance-sqlalchemy