🧮 Control your money like a trader.
💡 Built for people who want control not another finance app. No cloud. No subscriptions. Just control.
A lightweight, local-first budget tool that gives you daily control over your spending without cloud, subscriptions, or data tracking.
🌍 Languages: English | Deutsch
👉 Unlock advanced features & full control
🚀 Get the Pro version: https://www.patreon.com/PythonXP
💡 One-time setup. Lifetime control.
Most people don’t lose money through big mistakes…
they lose it through small daily decisions.
This tool shows you every day:
- how much you can spend
- if you're over budget
- whether you're staying in control
- 🔒 100% local – your data never leaves your device
- 📊 Weekly budget with automatic reset (Mondays)
- 🔁 Carry-over from previous weeks
- 🧠 Built for discipline, not distraction
- ⚡ Lightweight – perfect for Raspberry Pi
👉 No Python required – just download & run
➡️ https://github.com/Python-XP1/flask-budget-tool/releases/latest/download/budget-tool-windows.zip
👉 Includes full source + setup for local environment
➡️ https://github.com/Python-XP1/flask-budget-tool/releases/latest/download/budget-tool-debian.zip
💡 Both versions run 100% locally – no cloud, no tracking.
- People who want real control over their money
- Raspberry Pi users who prefer local tools
- Anyone tired of bloated finance apps and subscriptions
On Windows or macOS manual setup is required.
sudo apt update && sudo apt install python3 python3-venv python3-pip -y
git clone https://github.com/Python-XP1/flask-budget-tool.git
cd flask-budget-tool
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 init_db.pyexport FLASK_SECRET_KEY="$(python3 -c 'import secrets; print(secrets.token_urlsafe(48))')"
python3 app.pyOpen in browser:
- http://localhost:5000
- http://<IP_of_your_device>:5000
echo 'export FLASK_SECRET_KEY="your-secret-key"' >> ~/.zshrc
source ~/.zshrcThe version here is the free basic version.
📦 Pro features:
- Additional features
- Bugfixes & improvements
- Early access updates
👉 Support:
http://www.patreon.com/PythonXP
👉 Erweiterte Funktionen & echte Kontrolle freischalten
🚀 Hol dir die Pro-Version:
https://www.patreon.com/PythonXP
💡 Einmal einrichten. Für immer Kontrolle.
Die meisten Menschen verlieren kein Geld durch große Fehler…
sondern durch viele kleine tägliche Entscheidungen.
Dieses Tool zeigt dir jeden Tag:
- wie viel du ausgeben darfst
- ob du über deinem Budget liegst
- ob du dein Geld im Griff hast
- 🔒 100% lokal – keine Cloud, keine Datensammlung
- 📊 Wochenbudget mit automatischem Reset (montags)
- 🔁 Übertrag von Restbudget aus der Vorwoche
- 🧠 Fokus auf Disziplin statt Spielerei
- ⚡ Extrem leichtgewichtig – perfekt für Raspberry Pi
👉 Kein Python erforderlich – einfach herunterladen und starten
➡️ https://github.com/Python-XP1/flask-budget-tool/releases/latest/download/budget-tool-windows.zip
👉 Enthält den vollständigen Source-Code + Setup für lokale Installation
➡️ https://github.com/Python-XP1/flask-budget-tool/releases/latest/download/budget-tool-debian.zip
💡 Beide Versionen laufen 100% lokal – keine Cloud, kein Tracking.
- Menschen, die echte Kontrolle über ihr Geld wollen
- Raspberry Pi Nutzer mit Fokus auf lokale Tools
- Alle, die keine Lust mehr auf überladene Finanz-Apps haben
Windows/macOS benötigen manuelle Anpassungen.
sudo apt update && sudo apt install python3 python3-venv python3-pip -y
git clone https://github.com/Python-XP1/flask-budget-tool.git
cd flask-budget-tool
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 init_db.pyexport FLASK_SECRET_KEY="$(python3 -c 'import secrets; print(secrets.token_urlsafe(48))')"
python3 app.pyDann im Browser öffnen:
- http://localhost:5000
- http://:5000
echo 'export FLASK_SECRET_KEY="dein-key"' >> ~/.zshrc
source ~/.zshrcDie hier veröffentlichte Version ist die kostenlose Basisversion.
📦 Pro-Versionen enthalten:
- Erweiterte Funktionen
- Verbesserungen & Bugfixes
- Early Access Updates
👉 Support:
http://www.patreon.com/PythonXP
