An open API service indexing awesome lists of open source software.

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

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