https://github.com/aaronsbytes/weather.py
A simple python script for fetching the weather
https://github.com/aaronsbytes/weather.py
Last synced: 4 months ago
JSON representation
A simple python script for fetching the weather
- Host: GitHub
- URL: https://github.com/aaronsbytes/weather.py
- Owner: aaronsbytes
- Created: 2023-07-18T12:11:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T12:13:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-04T22:20:24.229Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather.py
A simple python script for fetching weather information from the openweathermap api### Usage:
```py
python3 weather.py
```### Output:
```
broken clouds 19.98°C
```