Finance tracker with sqlalchemy and streamlit python
905
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.
Pull the Docker image:
docker pull utkarshg1/finance-sqlalchemy:latest
Run the container:
docker run -p 8501:8501 utkarshg1/finance-sqlalchemy:latest
Access the app:
Open your browser and navigate to http://localhost:8501 to start managing your finances.
Content type
Image
Digest
sha256:64b3432ba…
Size
184.3 MB
Last updated
about 2 years ago
docker pull utkarshg1/finance-sqlalchemy