Pondus is a lightweight personal weight tracker coded in Python. I have used it for many years, but its functionality has slowly eroded with time. Some months back graphs stopped working, which made the most interesting feature of the programme. The last commit to the code base dates back to 2012, and the most recent issues were left unanswered.

Is there any open source alternative to Pondus? Preferably one that can import the data stored by Pondus (XML or CSV format).


Solution 1:

I haven't found any alternative to Pondus. However, I've contacted Pondus' author and he migrated Pondus to Python 3. It now compiles and works on modern systems.

You can find source code to migrated version in this branch on GitHub:

https://github.com/enicklas/pondus/tree/fix/python3-migration