Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 639 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 639 Bytes

wind-cursor

Use a real time weather API to apply wind to your mouse cursor.

Requirements

Usage

This program uses the OpenWeatherMap API. Therefore, you have to register and get your own API key to use this program. Sucks like hell - I mean, why not just make friggin Weather Data publicly accessible?

Anyhow - install the pyowm package, register at OWM's website, get your API key. Then, create a config.py file and add the line api_key = 'YOUR_KEY_HERE'.