A personal python project that uses pygame to create a caloric intake tracker.
- Track daily caloric intake by referencing the USDA Food Central Database API
- View past entries
This requires Python 3, pygame, requests, and pandas.
Use Python's Standard Package Manager to install these libraries
pip install pygame
pip install requests
pip install pandas
Request an API key from https://fdc.nal.usda.gov/api-key-signup.html
Add the API Key to lines 200 and 203 in Classes.py
run main.py in an IDE or in a terminal
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.