Skip to content

The program functions as a basic health assistant. You can ask it to generate a workout based on your specifications, you add exercises to different workouts, log meals, and get a print out of all your health activities organized by date. If you want to create a workout select option 1 from the main menu, to add a new exercise to a workout group…

Notifications You must be signed in to change notification settings

tiagbab/HealthAssistant_OOP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Project1: Health Assistant Program

Program is stored in the project1/health-program-project/ directory

FILES include:

- main.py
- meal.py
- core.py
- hiit.py
- strength.py
- workout.py 

Program Structure:

health-program-project/
├── main.py
├── meal
│   ├── __pycache__
│   │   └── meal.cpython-36.pyc
│   └── meal.py
└── workouts
    ├── __pycache__
    │   ├── core.cpython-36.pyc
    │   ├── hiit.cpython-36.pyc
    │   ├── strength.cpython-36.pyc
    │   └── workout.cpython-36.pyc
    ├── core.py
    ├── hiit.py
    ├── strength.py
    └── workout.py

Use

To use, run the main.py file within the health-program-project directory

About

The program functions as a basic health assistant. You can ask it to generate a workout based on your specifications, you add exercises to different workouts, log meals, and get a print out of all your health activities organized by date. If you want to create a workout select option 1 from the main menu, to add a new exercise to a workout group…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages