acmpesuecc / weatherforecast

Weather Forecast is a simple GUI weather information search engine built using Python. Users can search for the weather based on cities.
MIT License
1 stars 17 forks source link
hacktoberfest hacktoberfest2023

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

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.