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

https://github.com/iyashwantsaini/python_weather_package

A python weather package that returns weather in json format .
https://github.com/iyashwantsaini/python_weather_package

Last synced: 3 months ago
JSON representation

A python weather package that returns weather in json format .

Awesome Lists containing this project

README

        

Extension published on pypi : https://test.pypi.org/project/swanweather/

Install Instuctions :
1) python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps swanweather

Using inside notebook :
1) load module
%load_ext swanweather

2) get weather
json directly %weather city_name

3) get weather and store in variable
data=weather('city_name')

screenshots :
![alt text](one.png)
![alt text](two.png)