Weather APP is a desktop app that use Dark Sky API to obtain weather forecast, and PyQT 5 for the GUI.
There are 6 Different functions:
- Starting Page
- Currenct location forecast.
- Search for specific countries'forecast.
- Next hours forecast for both current location and searched location.
- Next 5 days forecast for both current location and searched location.
- Error Handling when searchin for wrong countries.
🔹 At the beginning you have to subscribe to to linked site to obtain your code for weather forecast and you can click on the search button to obtain the forecast of your current location.
🔹 Here are showed all the information about the current position in that moment,then there is the search bar to look for other cities and also next hours button and next days buttons
🔹 Here are showed all the information about the current position in that moment for the requested city,then there is the search bar to look for other cities and also next hours button and next days buttons
🔹 Here are showed the temperature and the precipitation probability for the next hours for the current location or for the requested city and also the current temperature(the big one),then there is the back button to return to the previous page.
🔹 Here are showed the temperature and the precipitation probability for alle the hours of the selected for the current location or for the requested city and also the Max. and Min. temperatures of the day(the big one),then there is the back button to return to the previous page.
🔹 If the user try to search for a non exisiting country, then this error page will be displayed.
📚 This project is distributed under the terms of the Apache License v2.0. See file LICENSE for further reference.