- Weather Forecast application made using Pygame and various API's, used to display weather consing for a specific location
- Ability to find weather information, based on the specific city
- Wind speed
- Pressure
- Humidity
- Precipitation amount / h
- Precipitation amount / 24h
- Clone the repository
git clone https://github.com/SteponasK/Weather-Forecast
- Download and import all the required modules. List of the modules can be found in Prerequisites section or requirement.txt file
You need to have Python 3.9 installed. However the application could still work with older version installed
Modules needed:
pygame 2.5.1
requests 2.31.0
metno-locationforecast 1.1.0
timezonefinder 6.2.0
pytz 023.3
- Compile all the files using Visual Studio or the IDE of your choice
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- SteponasK - Initial work
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details
- metno-locationforecast is a Python interface for the MET Norway Locationforecast/2.0 service. Author's page.
- MET Weather API Terms of Service - https://api.met.no/doc/TermsOfService