Skip to content

This Weather App is a simple Python program that fetches current weather data for a specified city using the WeatherAPI. It displays information such as place, weather conditions, temperature in both Celsius and Fahrenheit, local time, and whether it's day or night.

Notifications You must be signed in to change notification settings

jayadityadev/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

Welcome to the Weather App, a Python program that provides weather information for a given city.

Table of Contents

Overview

This Weather App is a simple Python program that fetches current weather data for a specified city using the WeatherAPI. It displays information such as place, weather conditions, temperature in both Celsius and Fahrenheit, local time, and whether it's day or night.

Features

  • Retrieves and displays real-time weather information.
  • Supports both Celsius and Fahrenheit temperature units.
  • Provides local time and indicates whether it's day or night.
  • Easy to use and integrate into your projects.

Getting Started

  1. Clone this repository to your local machine:

    git clone https://github.com/jayadityadev/WeatherApp.git
  2. Install the required libraries using pip:

    pip install -r requirements.txt

Usage

  1. Run the 'main.py' script:

    python main.py
  2. Enter the name of the city when prompted.

  3. The program will display the current weather information for the specified city.

Contributing

Contributions are welcome! If you would like to improve this WeatherApp, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bugfix:

    git checkout -b new-feature.
  3. Make your changes and commit them:

    git commit -m 'Add new feature'.
  4. Push to the branch:

    git push origin new-feature
  5. Create a pull request from your fork's branch to the main repository's main branch.

Acknowledgement

Thank you for using WeatherApp! If you have any feedback or suggestions, feel free to open an issue on this repository.

About

This Weather App is a simple Python program that fetches current weather data for a specified city using the WeatherAPI. It displays information such as place, weather conditions, temperature in both Celsius and Fahrenheit, local time, and whether it's day or night.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages