Skip to content

⛅️🌍Weather-Forecast App made with Pygame and MET Norway's API ⛅️

Notifications You must be signed in to change notification settings

SteponasK/Weather-Forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast

  • Weather Forecast application made using Pygame and various API's, used to display weather consing for a specific location

menu_gif

💪 Features

menu2_picture

  • Ability to find weather information, based on the specific city
  • Wind speed
  • Pressure
  • Humidity
  • Precipitation amount / h
  • Precipitation amount / 24h

👨‍💻 Getting Started

  1. Clone the repository
    git clone https://github.com/SteponasK/Weather-Forecast
    
  2. Download and import all the required modules. List of the modules can be found in Prerequisites section or requirement.txt file

📖 Prerequisites

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
  1. Compile all the files using Visual Studio or the IDE of your choice

✨ Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🏗️ Built With

  • Python
  • Pygame
  • MET_API

👑 Authors

  • SteponasK - Initial work

📜 License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE file for details

Notes on licensing