Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buma/eattoday
Makes log of what you eat. Can be used for counting calories.
https://github.com/buma/eattoday
Last synced: 5 days ago
JSON representation
Makes log of what you eat. Can be used for counting calories.
- Host: GitHub
- URL: https://github.com/buma/eattoday
- Owner: buma
- Created: 2018-10-19T10:25:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T09:04:22.000Z (over 5 years ago)
- Last Synced: 2024-11-07T22:50:25.584Z (about 2 months ago)
- Language: Python
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EatToday
========Food manager
-----------You can use it to store what you eat to count calories. It can also store best before dates of items, so you know when will things expire. And it can store prices. So you can see which items are cheapest per kg or per kcal/protein which is not always the same. And some items cost differently in different stores.
Because nutrition data from USDA also has micronutrients and vitamins it is also possible to show those in chart view. In mg or as % of daily needs.It is also possible to compare weekly/monthly eating ranges to see what was eaten before but not now.
Nutrition data is stored the same as in [gourmet](https://github.com/thinkle/gourmet) USDA nutrition database so I wrote scripts to import specific ingredient when I want it.
It also has notification script to remind you to eat something.
Screenshots
-----------![Insert view](/screen/insert.png)
It has lucene like query language. It can filter date, time every numerical column in range. By ingredient.
You can also choose which column to display.
![Search view](/screen/search.png)
![Daily kcal](/screen/chart_kcal_day.png)More screenshots in screen subfolder.