Skip to content

i-am-faith/weather-forecast

Repository files navigation

Weather Forecast App

Overview

Welcome to the Weather Forecast application! This app provides weather predictions for a specified city, allowing users to explore temperature trends and sky conditions for the next few days.

Preview

PC View -

Mobile View -

Getting Started

Prerequisites

Make sure you have Python installed on your machine.

Installation

  1. Clone the repository:

    git clone https://github.com/i-am-faith/weather-forecast.git
  2. Navigate to the project directory:

    cd weather-forecast
  3. Install dependencies:

    pip install -r requirements.txt

Running the Project

Open your terminal and run the following command:

streamlit run main.py


## Access the app locally through the following URL:

## Local URL: http://localhost:8501