Cybrkyd's Git Repositories

python-budget - commit: e883f48

commit e883f486f11a941107fefc5c0fcf0780271e242dccfe80830c22dba5df12a25c
author Cybrkyd <git@cybrkyd.com> 2026-05-29 18:48:05 +0100
committer Cybrkyd <git@cybrkyd.com> 2026-05-29 18:48:05 +0100

Commit Message

Readme

📊 Diffstat

README.md 18
1 files changed, 18 insertions(+), 0 deletions(-)

Diff

diff --git a/README.md b/README.md
index 7990ec7..af0926d 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,19 @@
Python budget tracking "app" running in a browser. Just because.
+
+ Built entirely with Python's `stdlib` and SQLite.
+
+ Run it with…
+
+ ```bash
+ 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`.
+
+
+ ## Requires
+
+ Python 3.x
+
+ Code on a budget, geddit?! 🤣️