caloriestracker

Calories tracker system


Keywords
calories, tracker, pyqt5, postgresql, biometrics, calories-tracker, calorie-calculator, calorie-counter
License
GPL-3.0
Install
pip install caloriestracker==0.8.0

Documentation

Links

Snapshots

Install in Linux

If you use Gentoo, you can find the ebuild in https://github.com/turulomio/myportage/tree/master/app-office/caloriestracker

If you use another distribution, you nee to install PyQtChart and PyQtWebEngine manually. They aren't in Linux setup.py dependencies due to PyQt5 doesn't use standard setup tools. So for compatibility reasons with distributions like Gentoo, we use this additional step.

pip install PyQtChart

pip install PyQtWebEngine

pip install caloriestracker

Install in Windows

You just download caloriestracker-X.X.X.exe and caloriestracker_init-X.X.X.exe and execute them. They are portable apps so they took a little more time to start, be patient.

Install in Windows with Python

Install python from https://www.python.org/downloads/ and don't forget to add python to the path during installation.

Open a CMD console

pip install caloriestracker

Now you have in the python scripts path caloriestracker.exe and caloriestracker_init.exe

If you want to create a Desktop shortcut, for this commands, you can write in console

caloriestracker_shortcuts

How to launch Calories Tracker

Calories Tracker uses PostgreSQL database as its backend. So you need to create a database and load its schema. Just type:

caloriestracker_init

Once database has been created, just log into caloriestracker after typing:

caloriestracker

Dependencies

How to colaborate with Calories Tracker

In Calories tracker you can add your own products and you can share them with us, if you wish with this PROCEDURE

Changelog

0.8.0

  • Removed caloriestracker_init. Now you can create a new database from login.
  • Added sugar to meals tables.
  • Now you can move all data from a personal product to an existing system one.
  • Fixed bugs with empty databases.

0.7.0

  • Food types are now ordered by translated name.
  • Fixed bug deleting a user.
  • Added a combobox to filter products by personal, system and elaborated types.
  • Added meals and foodtype pies.
  • Added curiosities.
  • Added daily meal evolution chart.
  • Calcium component has been added to products.
  • Added copy and paste meals.

0.6.0

  • You can see all products of a company in companies list.
  • You can see a system products without editing.
  • Update a lot files from reusingcode project.
  • Added food types.
  • Added additives.
  • Added russian translations. Thanks DankanTsar.
  • Added product mantainer mode. Only for developers.
  • Added more products.
  • Added glutenfree field.
  • This version hasn't database issue documented here

0.5.0

  • Now you can find translated strings
  • Formats are now translated
  • Improved adding meals and products
  • Elaborated products show information in 100 graims
  • You can delete all meals from a selected day
  • Added meals I eat the most
  • Added more products

0.4.0

  • Calories Traker init executable is working again
  • Replaced QSpinwidgets to a personalized widget
  • Added format multipliers
  • Now you can report an issue from inside Calories Tracker
  • Improved products translations
  • Added more products

0.3.0

  • frmAbout user interface improved
  • Translations of hardcoded strings improved
  • Charts are improved
  • Added more curiosities
  • Added more products, companies and formats

0.2.0

  • Added formats, elaborated products
  • Updated to PyQt5-5.13.1
  • Improved spanish translation
  • Added users management
  • Improved contribution process
  • Added weight and height charts
  • Added more reused code

0.1.0

  • First version