PDA

View Full Version : Is there a program for Linux to track weight loss and such?



gymophett
October 14th, 2010, 06:12 AM
I want a weight loss program or something on Linux.
I've found a program called "Perfect Diet Tracker". But it costs $50.

Anything else that's free?
Thanks! :KS

amauk
October 14th, 2010, 06:23 AM
#!/bin/bash

echo "What's your weight [kg]"
read WEIGHT
if [ "$WEIGHT" -lt 50 ]; then
echo "Eat something, for god's sake"
elif [ "$WEIGHT" -ge 50 ] && [ "$WEIGHT" -lt 100 ]; then
echo "You're doing OK"
elif [ "$WEIGHT" -gt 100 ]; then
echo "You fat bastard"
fi

juancarlospaco
October 14th, 2010, 06:34 AM
Pondus on the repos.
PyTrainer on the repos.

gymophett
October 14th, 2010, 10:00 AM
#!/bin/bash

echo "What's your weight [kg]"
read WEIGHT
if [ "$WEIGHT" -lt 50 ]; then
echo "Eat something, for god's sake"
elif [ "$WEIGHT" -ge 50 ] && [ "$WEIGHT" -lt 100 ]; then
echo "You're doing OK"
elif [ "$WEIGHT" -gt 100 ]; then
echo "You fat bastard"
fi


funniest thing all day. :)

gymophett
October 14th, 2010, 10:00 AM
Pondus on the repos.
PyTrainer on the repos.

Thanks! :D

mr.z
November 24th, 2010, 12:34 AM
Been using pondus, which I'd found it last year! (much messing about with spreadsheets)

one problem though, keep getting an error message "another instance running" or "cannot access datafile" when I start it up..
then allot of the latest logs are missing :/

anyone had similar?

madjr
November 24th, 2010, 12:36 AM
you can track all this stuff in special websites.

They are free and also offer a community to guide you.