SkillAgentSearch skills...

Pywttr

Wrapper for wttr.in weather forecast.

Install / Use

/learn @monosans/Pywttr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pywttr

CI Downloads

Wrapper for wttr.in weather API.

Asynchronous version here.

Installation

pip install -U pywttr pywttr-models

Documentation

https://pywttr.readthedocs.io

Simple example

with pywttr.Wttr() as wttr:
    weather = wttr.weather("Paris", language=pywttr.Language.EN)
print(weather.weather[0].avgtemp_c)

License

MIT

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1d ago
Forks2

Languages

Python

Security Score

90/100

Audited on Apr 4, 2026

No findings