Skip to content

Latest commit

 

History

History
 
 

Health_Log_Book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Health log book

Details of the script:-

The script will contain the daily records of food and workouts of a person. The user will only enter the name of the foods, it will be stored in a text file with corresponding date and time. Similarly, the user will enter the types of workout at their workout time. The workouts will be stored in a text file with date and time. The user can also retrieve the data whenever they want to see.

Advantages of the script:-

This script will help the user to maintain his/her health, as it is keeping a daily track of their diet and workout style. At the end of the day, or at the end of the week, he/she can analyze the data and can lead a healthy and fit lifestyle.

Modules Used:-

  1. datetime
  2. sqlite3
  3. tkinter
  4. messagebox

Image of the GUI:-

Screenshot from 2021-04-09 12-52-27