Custom Open Weather Map API Wrapper
This is a custom Python 3.10 wrapper around the OWM API,
It was created specifically to be used for this weather bot repository.
Note
This repo was created for mainly learning purposes, this is one of the reasons why "from-skratch" solutions were implemented.
- More custom data & formats generated on fly
- Many ready to use descriptive strings in English
- Easily & highly customizable icon sets
- Color codes for each weather condition & temperature
This repo uses MIT license, you can read more in the LICENSE file.