https://github.com/hellerbarde/weather
Finally a python module to make it less hot here.
https://github.com/hellerbarde/weather
Last synced: 2 months ago
JSON representation
Finally a python module to make it less hot here.
- Host: GitHub
- URL: https://github.com/hellerbarde/weather
- Owner: hellerbarde
- Created: 2013-07-26T22:42:17.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T22:43:00.000Z (almost 13 years ago)
- Last Synced: 2025-01-11T06:53:42.065Z (over 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Weather
=======
Description
-----------
Finally, a python library to control the weather. We've taken great care in
making sure it's easy to use. Just import whatever type of Weather you want
and then you can activate it with one command. And of course it's all
object oriented!
Usage
-----
It's really simple to use Weather. Here, let me show you how:
>>> from weather import Cool
>>> Cool().activate()
It's now 19.0 degrees Celsius.
And if you want to keep the weather object around, you can do that too, of
course!
>>> from weather import Moderate
>>> localweather = Moderate()
>>> localweather.activate()
It's now 25.0 degrees Celsius.
Copyright
---------
I'm releasing this under the WTFPL 2.0 (http://www.wtfpl.net/)
Motivation
----------
It's annoyingly hot here right now and I may or may not be delusional from
the heat.