/cmdFoodTracker

Log you food intakes using command line

Primary LanguagePython

###Food intake tracker

Command line program for tracking your daily food intake. Enter food that you are consuming and track your diet. Find your ingridients in our databass by simply writting ingridient name and press tab to find all matches. Look at you daily log retrospectively and find out daily consumation sum.

####Usage

'>foodtracker' - get help screen
'>foodtracker -i' - enter your basic information like name,weight,height etc../
'>foodtracker -a' add consumation. type for instance 'chciken breast ckd' and press tab to see all possible entries
'>foodtracker -l' show daily log or add date after to look at log for specific date
'>foodtracker -s' show daily statistics
'>foodtracker -r' remove last entry
'>foodtracker -e path' export intake list to file. Provide path where file should be stored