https://github.com/milouk/weather-forecast
An Application that tells the weather forecast for the next 5 days / 3 hours
https://github.com/milouk/weather-forecast
Last synced: 2 months ago
JSON representation
An Application that tells the weather forecast for the next 5 days / 3 hours
- Host: GitHub
- URL: https://github.com/milouk/weather-forecast
- Owner: milouk
- License: apache-2.0
- Created: 2018-03-23T12:28:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T12:32:57.000Z (about 8 years ago)
- Last Synced: 2025-01-19T17:48:59.546Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather-Forecast
An Application that tells the weather forecast for the next 5 days / 3 hours
How to Create a Executable file
1) Git Clone the Repo.
2) Open CMD and Type pip3 install pyinstaller to install pyinstaller.
3) Open CMD and Type pyinstaller -w -F weather.py
Note
*Do not forget to replace the api key string with your opeweathermap api key