2025-2026 · Still Used
Payment Manager
A desktop app to track my own money. Log income and expenses, see a 24-hour dashboard, and keep a simple task list with deadlines. All in one local file.
- Python
- Tkinter
- JSON storage
- ~1,050 lines
Money in, money out
I move money in a lot of small ways - some cash, some crypto, in and out. I wanted to see it all in one place without signing up for anything.
So I built a desktop app. I log each transaction with an amount, a purpose, a method and a category. The dashboard shows my last 24 hours of income and expenses, a breakdown by type, and recent activity.
Tasks and themes
It also has a simple task manager with deadlines and reminders. Each task shows if it is on track, due soon, or overdue.
There is a light theme and a dark theme, and everything is saved in one local JSON file. It is a Tkinter app, about 1,050 lines. Nothing fancy - just a tool that does exactly what I need.