jibstack64 / jim

A calorie and weight logger I made for my personal gymventures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jim

GitHub Coolness

A calorie and weight logger I made for my personal gymventures.

Not meant to be used seriously - use an online service, or something (no, seriously, I made this in half an hour).

screenshot-2022-12-19-19:56:32

Of course, you would not log your calories multiple times a day, but you get the point.

Arguments

  • help -> duh.
  • log {calories} [weight (kg)] -> associates the current date and time with the calorie count and weight provided.
  • remove {date} [time] -> removes all logs on the given date or a log for a specific time on said date.
  • read -> displays all past data in a pretty format.
  • reset -> resets all data.

Install

If you're on *nix (preferably Linux) you can chmod +x and run the install.sh script.

If you're on Windows, you will have to just use a normal directory somewhere in your Documents.

About

A calorie and weight logger I made for my personal gymventures.

License:MIT License


Languages

Language:Python 97.2%Language:Shell 2.8%