Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sukhbinder/desktop-weather

Desktop Weather
https://github.com/sukhbinder/desktop-weather

Last synced: 2 days ago
JSON representation

Desktop Weather

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 location

Example 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
```