https://github.com/milouk/weather
Simple application that tells the current weather
https://github.com/milouk/weather
executable openweathermap-api pyinstaller python-3-6 python3 python36 weather weather-api weather-app
Last synced: 8 months ago
JSON representation
Simple application that tells the current weather
- Host: GitHub
- URL: https://github.com/milouk/weather
- Owner: milouk
- License: mit
- Created: 2018-02-06T13:41:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T23:11:46.000Z (about 8 years ago)
- Last Synced: 2025-03-13T00:43:03.880Z (over 1 year ago)
- Topics: executable, openweathermap-api, pyinstaller, python-3-6, python3, python36, weather, weather-api, weather-app
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather
Simple application that tells the current weather
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