Skip to content

KP012-pixel/Weather-Health-Advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Health Advisor

A project that provides weather information and health advice based on current weather conditions.

Description

The Weather Health Advisor allows users to enter a city name, get the current weather data, and receive health advice based on the weather conditions (e.g., tips for hot or cold weather).

Installation

  1. Clone the repository:

    git clone https://github.com/KP012-pixel/Weather-Health-Advisor.git
  2. Navigate into the project folder:

    cd Weather-Health-Advisor
  3. Set up a virtual environment:

    python -m venv venv
  4. Activate the virtual environment:

    • On Windows:
      venv\Scripts\activate
    • On Mac/Linux:
      source venv/bin/activate
  5. Install dependencies:

    pip install -r requirements.txt

Usage

  • Make sure to add your OpenWeather API key in the .env file.

  • Run the app:

    python app.py
  • Enter the name of the city when prompted, and receive weather data and health advice.

Contributors

  • KP012-pixel

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages