This is an app i made to keep track of my spending, sometimes you can suprise yourself with what you are spending in a week
i made 2 versions one is publicly hostable, separates user data, etc the other is privatley hostable
git clone https://github.com/awsome-webdev/finance
cd finance
python3 app.pyythis will make it live at port 8080 when you first visit your page you will need to register a user, after that the register page will just redirect to login. if you need to reset your username and password just clear the users.json file and the register page will come up next time you visit unless you are already logged in, in which case just visit /logout.t.
git clone -b public https://github.com/awsome-webdev/finance
cd finance
python3 app.pyywill be live at 8080!