Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sukhbinder/desktop-weather
Desktop Weather
https://github.com/sukhbinder/desktop-weather
Last synced: 2 days ago
JSON representation
Desktop Weather
- Host: GitHub
- URL: https://github.com/sukhbinder/desktop-weather
- Owner: sukhbinder
- Created: 2020-06-24T12:40:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-25T07:28:11.000Z (over 3 years ago)
- Last Synced: 2024-11-21T23:53:28.940Z (2 months ago)
- Language: Python
- Size: 2.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather
Changes Windows Desktop Based on Weather# How to install?
clone the repo using```bash
git clone https://github.com/sukhbinder/desktop-weather.git
```and
```bash
python setup.py install
```
# Additional Steps To use this
- Please register and download API_KEY from the [openweathermap.org](http://api.openweathermap.org/)
- Set Environment variable ``WAPI_KEY`` to your api key
- Set Environment Variable ``CITY_ID`` to your desired locationExample of setting this is in cmd:
```bash
setx CITY_ID 2651347
setx WAPI_KEY YOUR_API_KEY
```# How to use?
In the command window type,
```bash
wallpaper
```