This script is for Slackware 12.2 only and may be outdated.

SlackBuilds Repository

12.2 > Desktop > CurseTheWeather (0.4)

CurseTheWeather is a python application which displays the weather in a 
terminal via a ncurses frontend (ctw). This frontend shows ascii-art weather
icons along with the current weather conditions and 10 day forecast.

weatherfeed.py is the python module that grabs the weather data from
weather.com, and it can used by frontends other than ctw.


** ctw and Transparency, Different Colors **

If you are interested in changing the colors in ctw, or if you use
transparency in your terminals and would like this to work with ctw, then
simply modify initColors() in /usr/bin/ctw. For transparency, simply add:

curses.use_default_colors()

at line 125 (just under "curses.start_color()").
Modifying the lines with "curses.init_pair" will allow you to modify the text
colors used.

Maintained by: Phillip Warner
Keywords: weather,ncurses,ctw
ChangeLog: CurseTheWeather

Homepage:
http://opensource.hld.ca/trac.cgi/wiki/CurseTheWeather

Source Downloads:
CurseTheWeather-0.4.tar.gz (05882e98fa6b564d514ee71bc7d9f09f)

Download SlackBuild:
CurseTheWeather.tar.gz
CurseTheWeather.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 12.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds