a simple, local wallet system meant for siblings.
meant as a currency system used within a family without any tangible money involved.
2025-10-07.00-17-29.mp4
- every wallet assigned to a sibling is a
.coinfile they keep where they want (ie a flash drive they carry) - send coins to other wallets: select your wallet, then theirs, transfer, and done.
- password protected wallets with logs for all actions
- admin panel to adjust balances, reset passwords, etc
- no central server needed
you know the drill
- clone thy repo
- install requirements.txt
- cd to the repo, then run gui_child.py for the child panel, and gui_admin.py for the admin panel.
- if you lose your wallet file, it's gone. no recovery.
- admin password is local and not synced or stored anywhere else.
- moving or deleting the admin password file and/or moving the executable removes the admin password. careful!
- AI was used this time, although not much, to assist the GUI lib migration from tk to pyqt.