Cybrkyd's Git Repositories

python-budget - commit: 7d85e5a

commit 7d85e5a251f9a1db72c641337dfe1f6a4841d3ca0dbc030d92d143055c8de5af
author Cybrkyd <git@cybrkyd.com> 2026-06-04 09:58:26 +0100
committer Cybrkyd <git@cybrkyd.com> 2026-06-04 09:58:26 +0100

Commit Message

README

📊 Diffstat

README.md 6
1 files changed, 3 insertions(+), 3 deletions(-)

Diff

diff --git a/README.md b/README.md
index 604b7ee..a6e5a10 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
- Python budget tracking "app" running in a browser. Just because.
+ A personal finance budget dashboard in a browser with data from a SQLite DB `budget.db`.
- Built entirely with Python's `stdlib` and SQLite.
+ Built entirely with Python's `stdlib` with a SQLite connection.
Run it with…
@@ -8,7 +8,7 @@ Run it with…
python budget.py
```
- …and it will automatically launch in the default browser on `http://localhost:8080`. Data is saved to a SQLite DB `budget.db`.
+ …and it will automatically launch in the default browser on `http://localhost:8080`.
## Requires