Skip to content

soh2970/symptoms_simple_diagnosis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Health Tracking Application

Overview

This project implements a health tracking application in Python that allows users to create profiles, input and monitor health metrics, and interact with the program through a modular interface. It separates concerns across distinct modules for user data management, application logic, and user interaction.

Features

  • User registration and profile management with validation
  • Input and tracking of various health metrics such as weight, blood pressure, etc.
  • Modular design for maintainability and extensibility
  • Interactive command-line or GUI interface (based on implementation)
  • Data persistence support (if implemented)

Project Structure

File Description
main.py Entry point and main application logic
user_data.py Manages user profiles, data storage, and validation
health_app_interface.py Handles user interaction and interface elements

Requirements

  • Python 3.x
  • (Optional) Additional libraries if using GUI (e.g., Tkinter)

Running the Application

Ensure all files are in the same directory. Run the application by executing:

python main.py

Follow on-screen prompts to interact with the application.

About

Python health tracking app featuring modular user data management, interactive interface, and health metrics monitoring. Supports user profiles and data validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages