Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morgynkass/final-python-project
This is my final project for python.
https://github.com/morgynkass/final-python-project
Last synced: 8 days ago
JSON representation
This is my final project for python.
- Host: GitHub
- URL: https://github.com/morgynkass/final-python-project
- Owner: MorgynKass
- Created: 2024-04-01T18:09:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T18:19:38.000Z (8 months ago)
- Last Synced: 2024-04-01T19:32:36.340Z (8 months ago)
- Language: HTML
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project uses Flask, Bootstrap, Jinja2, sqlalchemy, and werkzeug.
The problem I intended to solve was a way to track my protein intake throught the day to keep up with my goal.
In my app you can add protein for the day and it will add it to the existing amount. It will then compare it to the goal that you can set and tell you how much protein you still need to consume and what percent you are relative to your goal.
It also allows for users and all data tied to that user will only be able to be accessed by them.