Simple tkinter-gui app for finances control
Just clone repo to your machine, also you need tkinter module for your python interpreter
for Ubuntu:
go to root of the project and type python sandbox.py in console:
Project use tkinter GUI module, the core of the project is wallet_app.py, it's primary logic of app, sandbox.py file runs app with gui, json files work as db for app.