Skip to content

Weather Forecast is a simple GUI weather information search engine built using Python. Users can search for the weather based on cities.

License

Notifications You must be signed in to change notification settings

acmpesuecc/weatherforecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weatherforecast

Weather Forecast is a simple GUI weather information search engine built using Python. Users can search for the weather based on cities and pincode of the area of interest.

Requirements to run:

You can install these requirements by running

pip install -r requirements.txt

on your terminal or command prompt. Make sure to be in the cloned directory before installing.

Things to note

  • The API_KEY variable is empty, get your api key by following the steps mentioned in the openweathermap API key section.
    API_KEY = "YOUR_OPENWEATHER_API_KEY"
  • Run the main.py file using
    python main.py

For building and testing the project locally:

Openweathermap API key:


1. Sign up at https://home.openweathermap.org/users/sign_up
2. Check your email for the verification link and verify your email.
3. You can refer to your api key from https://home.openweathermap.org/api_keys

NOTE: Your API key will be activated in 5-10 mins after you verify your email id. Please use your api key and run the program after some time.

Thezipcodes API key:


1. Sign up at https://thezipcodes.com/users/signup
2. Head to profile in the Dashboard to get your API key.
3. Place that API key in the page2.py API parameter.

Rules to contribute

Check out these Contributing Guidelines to learn more!


This repo is for the ACM PESU-ECC Hacknight 5.0 2023. If you require any help or have any queries, contact the maintainer in charge:

Authors

Charan S Gowda

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Weather Forecast is a simple GUI weather information search engine built using Python. Users can search for the weather based on cities.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages