-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from SteponasK/readme_change
Readme change, added Readme_resources folder
- Loading branch information
Showing
6 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,75 @@ | ||
# Weather-Forecast | ||
Weather-Forecast application made using pygame and various API's | ||
# Weather Forecast | ||
![menu_gif](Readme_resources/menu_gif.gif) | ||
|
||
Weather Forecast application made using Pygame and various API's, used to display weather consing for a specific location | ||
|
||
## Features | ||
![menu2_picture](Readme_resources/menu2.png) | ||
- Ability to find weather information, based on the specific city | ||
- Wind speed | ||
- Pressure | ||
- Humidity | ||
- Precipitaion amount / h | ||
- Precipitation amount / 24h | ||
### Built With | ||
|
||
* [![Python](Readme_resources/python.png)](https://www.python.org/downloads/) | ||
* [![Pygame](Readme_resources/pygame.jpg)](https://www.pygame.org/download.shtml) | ||
* [![MET_API](Readme_resources/met_api.png)](https://api.met.no/) | ||
|
||
<a id="prerequisites"></a> | ||
## Prerequisites | ||
You need to have [Python 3.9](https://www.python.org/downloads/release/python-390/) 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 | ||
``` | ||
|
||
|
||
## 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 [Presequites](#prerequisites) section or [requirement.txt](requirements.txt) file | ||
3. 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 | ||
## Authors | ||
* **SteponasK** - *Initial work* | ||
## License | ||
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE](LICENSE) file for details | ||
### Notes on licensing | ||
* [metno-locationforecast](https://github.com/Rory-Sullivan/metno-locationforecast) is a Python interface for the MET Norway Locationforecast/2.0 service. [Author's](https://github.com/Rory-Sullivan) page. | ||
* MET Weather API Terms of Service - https://api.met.no/doc/TermsOfService | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.