Skip to content

Durvalm/MyBank

Repository files navigation

MyBank

Check Stats

Screenshot 2026-01-28 at 12 47 50 PM

Add Transactions

Screenshot 2026-01-28 at 12 48 02 PM

Web app (mobile-friendly)

Tiny Flask web UI backed by SQLite.

Run locally

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py

Open http://127.0.0.1:5000 in your browser.

Auth

Create an account at /signup and then log in at /login. The CLI now prompts for the same email/password.

About

Financial app I built for me, used to be CLI only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors