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 .
- Host: GitHub
- URL: https://github.com/iyashwantsaini/python_weather_package
- Owner: iyashwantsaini
- License: mit
- Created: 2020-04-02T19:43:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T19:47:56.000Z (about 5 years ago)
- Last Synced: 2025-01-16T22:29:32.827Z (5 months ago)
- Language: Python
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 swanweatherUsing inside notebook :
1) load module
%load_ext swanweather2) get weather
json directly %weather city_name3) get weather and store in variable
data=weather('city_name')screenshots :

